mirror of
https://github.com/vale981/master-thesis
synced 2025-03-06 02:21:38 -05:00
just checking the derivative
This commit is contained in:
parent
e690e92780
commit
c162eb97bf
1 changed files with 12 additions and 0 deletions
|
@ -318,3 +318,15 @@ t\right)}}{C_{m} + W_{l}} + \frac{1}{C_{m} + W_{l}}\]
|
|||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
|
||||
#+begin_src jupyter-python
|
||||
var('t, wc')
|
||||
%display latex
|
||||
diff(1/pi * (wc/(1+I*wc*t))^2, t)
|
||||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
:RESULTS:
|
||||
\[\newcommand{\Bold}[1]{\mathbf{#1}}-\frac{2 i \, \mathit{wc}^{3}}{\pi
|
||||
{\left(i \, t \mathit{wc} + 1\right)}^{3}}\]
|
||||
:END:
|
||||
|
|
Loading…
Add table
Reference in a new issue