Tistory: 설정 202501
·
Computer/Blog, Markdown, Latex
code block의 라인넘버 등이 좀 보기 불편해서 약간 수정을 가함: 우선 기본 스킨은 hELLO임.https://pronist.tistory.com/5 hELLO 티스토리 스킨을 소개합니다.hELLO 는 2020년 3월 첫 공개 이후 지금에 이르기까지 티스토리에서 많은 블로거분들께 사랑받은 스킨이 되었습니다. 그 결과 가장 영향력 있는 개발자 커뮤니티인 깃허브에서 약 천 개에 달하는pronist.tistory.com 이용한 code highlighter는 다음임.https://highlightjs.org/ highlight.jsUsage highlight.js can be used in different ways such using CDNs, hosting the bundle yourself, as..
[Blog] Tistory 의 hELLO 스킨: 글머리기호 글 들여쓰기
·
Computer/Blog, Markdown, Latex
hELLO 4.10.1 기준으로bullet형식으로 기재한 글이 여러 줄을 차지하게 길어지면 들여쓰기가 안 됨. 해결책은 다음과 같음.css에서 menu로 검색하고 아래 부분에 li에 대한 스타일을 다음과 같이 추가:ol,ul,menu { list-style: none; margin: 0; padding: 0;}/*dsaint31: 글머리기호 들여쓰기*/li{ list-style: none; margin-left: 0;} #article .contents\_style ol 로 검색하여 margin-left: 2rem을 추가.#article .contents_style ol[data-ke-list-type],#article .contents_style ul[data-ke-list-type] { m..
[SS] 예제: 미분방정식
·
.../Signals and Systems
input signal: $x(t) = 10 e^{-3t} u(t)$initial condition: $y(0^-) = 0, y^\prime(i^-) = 0$8. differential equation9. frequency response10. transfer function11. impulse response12. zero input response and zero state response 8-11: https://youtu.be/3pgvBgIf99k 12: https://youtu.be/RWDLd5aplak
[SS] $t^n e^{-at}$의 Laplace Transform
·
.../Signals and Systems
$t^n e^{-at}$의 Laplace Transform$$\mathcal{L} (t^n e^{-at}) = \int_0^\infty t^n e^{-at} e^{-st} dt = \frac{n!}{(s+a)^{n+1}} $$위 적분을$s^\prime = s + a$ 로 치환하고Gamma function을 이용한 지수 함수와 $t^n$의 적분공식을 활용하여 증명증명:$$\mathcal{L} (t^n e^{-at}) = \int_0^\infty t^n e^{-(s+a)t} dt$$ 여기서 $s^\prime = s + a$로 치환.$$s^\prime = s + a \quad \Rightarrow \quad s = s^\prime - a$$ 위 적분식은 다음과 같이 변경됨.$$\int_0^\infty t^n ..
[SS] $e^{-at}$의 Laplace Transform
·
.../Signals and Systems
$e^{-at}$의 Laplace Transform$$\mathcal{L}(e^{-at}) = \int_0^\infty e^{-at} e^{-st} , dt$$증명:$$\mathcal{L}(e^{-at}) = \int_0^\infty e^{-(s+a)t} , dt$$ 여기서 $s^\prime = s + a$로 치환$$s^\prime = s + a \quad \Rightarrow \quad s = s^\prime - a$$ 따라서, 적분식은 다음과 같이 변경됨.$$\int_0^\infty e^{-(s+a)t} dt = \int_0^\infty e^{-s't} dt$$ 이제 $\int_0^\infty e^{-s^\prime t} dt$를 계산함. 이는 $s^\prime > 0$ 일 때 다음과 같음:$$\in..
스킨 문제로 Tistory 접속불가.
·
Private Life
갑자기 티스토리에 접속이 안되는 문제 발생. 모든 페이지가 계속 무한 로딩 상태로 어느 페이지도 안열리는... admin으로는 들어가져서 다른 스킨으로 바꾸니 접속이 되었다.이전 백업들도 최근 것과 같은 버전기반은 안 동작... 우선 수식과 code highlight만 처리를 해둔 상태인데...흠...