photo

sushant panhale


2017년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

Feeds

보기 기준

질문


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] ...

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 7년 전 | 답변 수: 1 | 0

1

답변