photo

sushant panhale


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


how to elongate parabola? I have plot parabola using 3 points and now i want elongation without changing points.
x1=[1,50]; x2=[50,5]; x3=[100,50]; Y=[x1(2);x2(2);x3(2)] A=[x1(1)^2 x1(1) 1;x2(1)^2 x2(1) 1;x3(1)^2 x3(1) 1] ...

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


please help not able to solve this linear equation, i have tried equ(1).x
syms x for Y=1:40 equ{Y}=solve(((X(1)*(x.^2))+(X(2)*x)+X(3)-Y==0),x); end

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort