Community Profile

photo

Greg Lawson


University of Colorado

Active since 2012

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


I'm trying to create the Jacobian for a given system of equations f1=s*(y-z), f2=x*(r+z)-y, and f3=x*y-b*z. I am having trouble with my code, I thought this would work but it returns a zeroes matrix.
function[fun]=jacobian(x,y,z,s,r,b) f1=s*(y-x); f2=x*(r+z)-y; f3=x*y-b*z; delta=.1; x1=x-delta; ...

11 years ago | 0 answers | 0

0

answers