matlab解方程遇到困难,急救!solve('A*sqrt(19.6.*(3-A))*(sqrt(3-A)/4.9)+sqrt(2/4.9))=1-A*A','A');错哪了?麻烦帮我改过来~一定给悬赏

来源:学生作业帮助网 编辑:六六作业网 时间:2025/02/03 15:38:41
matlab解方程遇到困难,急救!solve(''A*sqrt(19.6.*(3-A))*(sqrt(3-A)/4.9)+sqrt(2/4.9))=1-A*A'',''A'');错哪了?麻烦帮我改过来~一定给

matlab解方程遇到困难,急救!solve('A*sqrt(19.6.*(3-A))*(sqrt(3-A)/4.9)+sqrt(2/4.9))=1-A*A','A');错哪了?麻烦帮我改过来~一定给悬赏
matlab解方程遇到困难,急救!
solve('A*sqrt(19.6.*(3-A))*(sqrt(3-A)/4.9)+sqrt(2/4.9))=1-A*A','A');
错哪了?麻烦帮我改过来~
一定给悬赏

matlab解方程遇到困难,急救!solve('A*sqrt(19.6.*(3-A))*(sqrt(3-A)/4.9)+sqrt(2/4.9))=1-A*A','A');错哪了?麻烦帮我改过来~一定给悬赏
solve('A*sqrt(19.6*(3-A))*(sqrt(3-A)/4.9)+sqrt(2/4.9)-1+A*A','A')
ans =
.13260416424169796647425707800137
-28.223233245027468182469093618692
括号不配对,方程不需要出现等于号.