Statistics
RANK
10,412
                          
                          
of 300,381
                        
REPUTATION
4
                           
                        
CONTRIBUTIONS
                          1 Question
                          1 Answer
ANSWER ACCEPTANCE 
                            0.0%
                        
VOTES RECEIVED
1
RANK
 of 20,941
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168,477
CONTRIBUTIONS
                            0 Problems
                            0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
    
  
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...
6 years 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...
6 years ago | 2 answers | 0
