MATLABは1つの変数で2次方程式を解きます

syms x

f=21*x^2+2*x-4

result=solve(f==0,x)

おすすめ

転載: blog.csdn.net/david2000999/article/details/123021318
おすすめ