Work out a large expression
Afficher commentaires plus anciens
I don't know what the exact terms are for such a thing so i could not google it. Thats why I am asking it here. I have the following expression:
0 = -V1*R^3-V2*Z1*R+V2*R^2-V2*R^2*Z1+V2*Z1*Z2-V1*Z1*Z2 + V2*Z1^2*R;
Where R = 10000
Z1 = 1/(s*c)
Z2 = 1/(s*2*c)
with c = 1*10^-6
s is jw (I need to get a transfer function)
Is there a way in Matlab that I can work out this expression(Or similar expressions) to get V2/V1?
I did this manually but It I dont get the desired results so I wanted to see if there is a way in Matlab to do this so i can check it.
When I just fill this in I get the errors that V1, V2 and s are unrecognised variables. Because i dont know any values for these. Is there a way to get around this?
Thanks in advance
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur File Operations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!