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