Feeds
提问
solving numerically non-linear equation , code below does not work
algorithm to solve numrically set of two non-linear equations %define functions , calculate Jacobian matrix , initial gues...
9 months 前 | 1 个回答 | 0
1
个回答提问
calculate the matrix when there are x and y as variables
Assuming i have a matrix that looks like that : A=[3*x^2+5*y+7 6*x+y^3 ; x^3-7*y 1/y+4*x-5] If x=3 and y=1 how can i c...
9 months 前 | 1 个回答 | 0
