Community Profile

photo

Nikhil Shriyan


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


how to substitute sym variables in jacobian matrix with numeric values?
syms x y z u = -Iscr + Iph - (x * ((exp((Iscr*y)/(n*Vth)))-1)) ... - ((Iscr*y)/z); v = Iph - (x * ((exp((Vocr)/(n*Vth...

4 years ago | 1 answer | 0

1

answer

Question


How to solve 3 non-linear equations with 3 unknowns?
This is my code with solve, G= 1000; T=298; Iscr = 9.71; %short citrcuit current Vocr = 6; %Open circuit voltage Im = 9.4...

4 years ago | 2 answers | 0

2

answers