mathematica tag protected 問題? 30
瀏覽:1621 回答:2
怎么解決這個問題? 看圖我要怎么輸入才可以解方程
In[11]:= Solve[{3 x + 2 y = 15, 3 x - 3 y = 12}, {x, y}]
During evaluation of In[11]:= Set::write: Tag Plus in 3 x+2 y is Protected. >>
During evaluation of In[11]:= Set::write: Tag Plus in 3 x-3 y is Protected. >>
During evaluation of In[11]:= Solve::naqs: 15&&12 is not a quantified system of equations and inequalities. >>
Out[11]= Solve[{15, 12}, {x, y}]





















如圖所示: