Feeds
질문
Trying to determine roots of this polynomial (Det)
k = [1750 -750 0; -750 1250 -500; 0 -500 500]; m = [75 0 0; 0 75 0; 0 0 50]; D=inv(m)*k; syms x I = [x,0,0;0,x,0;0,0,x]; ...
1년 초과 전 | 답변 수: 3 | 0
3
답변질문
How do i set axis to only positive numbers for polyfit function
How do i set axis to only positive numbers for polyfit function I dont want the graph to continue into - y axis thsnk
거의 6년 전 | 답변 수: 1 | 0