请教matlab的解带参数的线性方程的方法
请教matlab的解带参数的线性方程的方法
日期:2006-06-11 21:05:53 人气:2
不是一般的非线性啊,我试了试,只好调用maple了。
clc;clear
syms x a b c d e f
fx='sqrt(x/a/b)/tan(e*sqrt(x/a/b))+sqrt(x/c/d)/tan(f*sqrt(x/c/d))=0'
z=maple('solve',fx,'x')
运行结果:
fx =
sqrt(x/a/b