Yagna V
Followers: 0 Following: 0
Feeds
已回答
solve n equation with n Variable
clc; clear all; n=input("Enter Number of Equations to be formed: "); syms v [1,n] for i=1:n eqn(i) = (v(i)+1)^2+(v...
solve n equation with n Variable
clc; clear all; n=input("Enter Number of Equations to be formed: "); syms v [1,n] for i=1:n eqn(i) = (v(i)+1)^2+(v...
5 years 前 | 1
提问
How to solve unknown number of equations
Let say I do not know the number of equation to be formed. Let say I need n, the number of equations, where n may vary from so...
5 years 前 | 2 个回答 | 0