Compare commits
2 commits
7296382bf6
...
405f1b2118
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
405f1b2118 | ||
|
|
bfc0dd710e |
1 changed files with 5 additions and 4 deletions
|
|
@ -27,13 +27,14 @@ CT: [
|
||||||
assume(C1>0, C2>0, Al>0,
|
assume(C1>0, C2>0, Al>0,
|
||||||
n1>0, n2>0, n3>0,
|
n1>0, n2>0, n3>0,
|
||||||
L1>0, L2>0, L3>0,
|
L1>0, L2>0, L3>0,
|
||||||
o1q>0, o2q>0, o3q>0,
|
oo>0);
|
||||||
t1q>0, t2q>0, t3q>0);
|
|
||||||
LA: DE, LC, ddU1 = -oo*U1, ddUq = -oo*Uq, ratsimp;
|
LA: DE, LC, ddU1 = -oo*U1, ddUq = -oo*Uq, ratsimp;
|
||||||
SS: solve(LA, [oo,Uq]), ratsimp;
|
SS: solve(LA, [oo,Uq]), ratsimp;
|
||||||
|
|
||||||
assume(a>0, b>0, c>0);
|
assume(b>0, c>0);
|
||||||
SC: solve(LA, [C1, C2]), Uq=a*U1, L2=b**2*L1, L3=c**2*L1, ratsimp;
|
SC: solve(LA, [C1, C2]), Uq=a*U1, L2=b**2*L1, L3=c**2*L1, ratsimp;
|
||||||
SL: solve(LA, [C1, L1]), Uq=a*U1, L2=b**2*L1, L3=c**2*L1, ratsimp;
|
SL: solve(LA, [C1, L1]), Uq=a*U1, L2=b**2*L1, L3=c**2*L1, ratsimp;
|
||||||
SL,a=5,b=3,c=4,C2=100e-12,oo=(2*%pi * 125e3)**2, numer;
|
SL,a=5,b=3,c=4,C2=100e-12,oo=(2*%pi * 125e3)**2, numer;
|
||||||
SC,a=5,b=3,c=4,L1=407e-6,oo=(2*%pi * 125e3)**2, numer;
|
SC,a=5,b=3,c=4,L1=407e-6,oo=(2*%pi * 125e3)**2, numer;
|
||||||
|
OO: solve(SL[1], [a,oo]);
|
||||||
|
OO, b=3,c=4,L1=405e-6,C2=100e-12,C1=2.5e-9,numer;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue