統計
All
Feeds
質問
Solve for an unknown matrix like solve() for dimension one
syms d eqn = d^2 - 9 == 0; sol = solve(eqn, d) The above is a method of 'solving' in dimension one. Solve() wouldn't work M...
6年以上 前 | 1 件の回答 | 1
1
回答解決済み
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
8年弱 前

