Solving three equations with three unknowns?

1 view (last 30 days)
A.
A. on 6 Jun 2014
Edited: Image Analyst on 6 Jun 2014
I have the following to solve for:
R = 10;
A = 1 + P/J ;
P + J = 10 ;
H = A*(1/(RC)^2)/[s^2 + s*((3-A)/RC) + RC^-2] ;
I'm trying to solve for A (constrained by P and J) and C that results in a pole of H that equals 63000.
How do I set this up? Any help is much appreciated.

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!