Matlab programmu

A

Abel

Guest
sveiki
iwant rakstīt programmu Matlab, ka to var gabals (x, y);
0 ≤ x ≤ 600
(0,317 x) ^ 2 = [((1,5 / y) (1,5 * y) - (0,27 * x * y)) ^ 2 ] [(( 1,5 * y) (0,27 * x * y) ) ^ 2];
jūs varat man palīdzēt.
paldies

 
syms xy
x = SQRTn ((((1,5 / y) (1,5 * y) - (0,27 * x * y)) ^ 2 ) ((( 1,5 * y) (0,27 * x * y)) ^ 2 )) / 0,317;
ezplot ('y', [0 600])Pievienots pēc 3 stundām 54 minūtēm:tas ir tas pats,
http://www.edaboard.com/viewtopic.php?p=573109 # 573109

 

Welcome to EDABoard.com

Sponsor

Back
Top