Community Profile

photo

Dhiraj Deshmukh


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


in this code for solving ODE using ode45, I am having problem with 'inline' function. Which function can be used instead of it?? Kindly guide me about it..
function dy= myodein dy=zeros(1,1); clear all; ytemp2= input('Enter the RHS of dy/dt: ', 's'); ytempi= strrep(ytemp2,'*','.*...

2 years ago | 1 answer | 0

1

answer

Question


I am trying to solve Nonlinear systems of equations using Newton-Raphson method, having problem while using newtmult function. Please guide me to correct my code.
function [J,f]=jfreact(x,varargin) del=0.000001; df1dx1=(u(x(1)+del*x(1),x(2))-u(x(1),x(2)))/(del*x(1)); df1dx2=(u(x(1),x(2)+...

2 years ago | 0 answers | 0

0

answers

Question


I am trying to solve 3 simultaneous ODE's. Which method to use?
I am trying to solve 3 simultaneous ODE's. Which method should be used to solve these equations?? I have tried to solve it usin...

2 years ago | 2 answers | 0

2

answers