Community Profile

photo

Tony Montgomery


UW Madison

Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Need an upgrade but I don't know what toolbox I need
I need some help finding these mfiles. I need to upgrade my student version but I don't know what toolbox I need. What toolbox...

9 years ago | 1 answer | 1

1

answer

Question


How can I find the location of the minimum and maximum
I am to test some ill condition matrices, so I want create a loop that creates 5 random nxn matrices. Then I want to be able to...

9 years ago | 3 answers | 0

3

answers

Question


How to make divided difference table using cubic hermite interpolation
I have an assignment where I am to interpolate a function on some interval using cubic hermite interpolation. Here is the kicke...

9 years ago | 0 answers | 0

0

answers

Question


input a function as a user input
Here is what i need to do. I have to input the interval, number of interpolation points, and 4 functions. I need to then creat...

9 years ago | 1 answer | 0

1

answer

Question


Create a polynomial from divided difference table
Here is what i need to do. I need to have the user input and interval, the number of interpolation points (3 < n < 25), and the...

9 years ago | 0 answers | 0

0

answers

Question


Need to make a nested loop
I'm new at matlab, here's what i need to do. I've got a inner loop used to solve a polynomial at a given x value, But I need to...

9 years ago | 3 answers | 0

3

answers

Question


I need help with the secant method. Need to find the root of Wilkinson polynomial
Im trying to use the secant method to prove that the root lies [20,22]. The equation that I'm trying to solve is p(t) = (t...

9 years ago | 2 answers | 0

2

answers

Answered
need help finding convergence
Thank you. THANK you. THANK YOU!! I'm not very good at this stuff yet. Thanks for the help I will dry it!!

9 years ago | 0

Question


need help finding convergence
I have the following equation in matlab g1=@(x) tan(exp(x/20)) now I need to run this until I get two consecutive approximatio...

9 years ago | 2 answers | 0

2

answers

Question


Help writhe a fixed point algorithm
Write a matlab program, for a given fixed point equation, x=g(x), runs the fixed point algorithm xnew = g(xold) until either...

9 years ago | 1 answer | 0

1

answer

Question


create a matrix in a function
I have to create a function called ssolve. in the function i need to create an array that can accept 3 variables a, b, n. thes...

9 years ago | 1 answer | 0

1

answer

Question


create a matrix with ones and zeros
in need to create an array of 20-by-20 the first row needs to be 19 ones and 1 zero the first column is all ones the last row...

9 years ago | 1 answer | 0

1

answer

Question


Why cant I create a function in MatLab student version?
When I try to create a function i keep getting this error Error: Function definitions are not permitted in this context. Her...

9 years ago | 2 answers | 0

2

answers