Community Profile

photo

Ollie


Active since 2015

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Finding missing array value of a singular matrix
How do I use matlab to find the value of x that makes the matrix A = [2,5,7;-2,3,-4;1,5,x] singular ie has determinant zero? ...

7 years ago | 1 answer | 0

1

answer

Question


Code for boundary value problem
I'm trying to answer this question: <</matlabcentral/answers/uploaded_files/38344/D.jpg>> This is the code I have produced...

8 years ago | 0 answers | 0

0

answers

Question


Sipmson's rule in Matlab
I'm trying to program the following Simpson's rule problem: <</matlabcentral/answers/uploaded_files/38343/B.jpg>> This is ...

8 years ago | 1 answer | 0

1

answer

Question


How to interpolate data points
I'm trying to answer the following question: <</matlabcentral/answers/uploaded_files/38342/A.jpg>> This is the code I have...

8 years ago | 0 answers | 0

0

answers

Question


Function within a function, Heun's method, system of ODE's
I'm trying to solve the following problem: <</matlabcentral/answers/uploaded_files/38336/C.jpg>> This is the Heun's method...

8 years ago | 0 answers | 0

0

answers

Question


Programming a function for use in another script
I've programmed a script to run multivariate Newton's method on a non-linear function. It's usage is: function [X]=mynewton...

8 years ago | 1 answer | 0

1

answer

Question


Adding a plot to my code
I've attached my code which performs the Jacobi method and is working correctly. However, I need to calculate the residual, rk w...

8 years ago | 1 answer | 0

1

answer

Question


Iteration to find solution to a piece-wise function
<</matlabcentral/answers/uploaded_files/35576/Q2a.jpg>> I know that x0 = -3 and need to calculate x10. I have attempted to us...

8 years ago | 0 answers | 0

0

answers

Question


Calculating values from an iterative map
I need to write a Matlab code that will calculate the x10 value for the following iterative map that doesn't use fsolve,\ or inv...

8 years ago | 2 answers | 0

2

answers