Difference between revisions of "Sandbox"
Jump to navigation
Jump to search
\(
\begin{align}
H&=\frac{j\omega+8}{(j\omega)^2+4*j\omega+13}\\
H&=\frac{s+8}{(s+2)^2+(3)^2}=\frac{A(s+2)+B(3)}{(s+2)^2+(3)^2}
\end{align}
\)
\(
\begin{align}
H&=\frac{s+8}{(s+2)^2+(3)^2}=\frac{A(s+2)+B(3)}{(s+2)^2+(3)^2}=\frac{1(s+2)+2(3)}{(s+2)^2+(3)^2}
\end{align}
\)
\(
h(t):=e^{-2t}\left(1*\cos(3t)+2*\sin(3t)\right)~u(t)
\)
Line 1: | Line 1: | ||
+ | <syntaxhighlight lang='python' line highlight='2'> | ||
+ | And a one | ||
+ | and a two | ||
+ | and a three | ||
+ | |||
+ | </syntaxhighlight> | ||
+ | |||
<syntaxhighlight lang="matlab"> | <syntaxhighlight lang="matlab"> | ||
clear | clear |
Revision as of 04:20, 7 August 2019
1 And a one
2 and a two
3 and a three
clear
format short e
plot(x, y, 'k--')
alpha\[1+1\] $\alpha$ $$\alpha$$
From the \(s\) in the numerator, you can see that \(A\) is 1. That means the numerator so far is \(1(s+2)\) Therefore, there is already a constant 2 up top. To get the total of 8, then \(B\) needs to be 2. That is:
meaning
It is now possible to do inline math such as $$c=\sqrt{a^2+b^2}$$ with double dollar signs around the math.