photo

Yagna V


Last seen: 10 månader ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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...

mer än 4 år ago | 1

Question


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...

mer än 4 år ago | 2 answers | 0

2

answers