photo

Christopher Salerno


Last seen: 1 year ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
20,084
of 300,392

REPUTATION
2

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,335

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

View by

Answered
How to create Runge-Kutta 4th order routine to solve first-order ODE's
clear all close all clc h = ___; % set the step size x = ________; % set the interval of x y = zeros(1,length(x)); y(...

7 years ago | 1

| accepted

Question


How to create Runge-Kutta 4th order routine to solve first-order ODE's
1. Write your own 4th order Runge-Kutta integration routine based on the general equations. Do not use Matlab functions, element...

7 years ago | 2 answers | 0

2

answers

Answered
How to create a trapezoidal rule routine to evaluate the following Bessel integral without Matlab functions. ME 1101
clear all close all clc % Integrates & plots Bessel functions of the first kind a = 0; % x intial b = 20; % x final c =...

7 years ago | 0

| accepted