Community Profile

photo

Kyle


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Warning: Matrix is singular to working precision. Help
So when the code gets to the line "uhat=A\b" it says Warning: Matrix is singular to working precision and every entry is NaN. I ...

11 years ago | 1 answer | 0

1

answer

Question


Finite Volume Problem Heat flow
Here is the question I have -Write a MATLAB function that solves the problem of two-dimensional heat ow in a rectangular bar ...

11 years ago | 0 answers | 0

0

answers

Question


Output of function not variable I assign
When I run this function I want that vector to be called u so I can use it in another script file. Instead it calls it "ans" whi...

11 years ago | 2 answers | 0

2

answers

Question


Warning: Matrix is singular to working precision. Help
So I keep getting a problem with the variable u_disc. The funnction will plot the first graph but cannot plot the second one. Th...

11 years ago | 1 answer | 0

1

answer

Question


multiple plots on a subplot
I just want something generic so I can have two subplots and two graphs on each subplot. I know how to do the two subplots but h...

11 years ago | 2 answers | 0

2

answers

Question


For loop dies in the middle of solving
So the function works until a point in the for loop. I debugged and figured out the exact spot is in the for loop when i=.6 if y...

11 years ago | 2 answers | 0

2

answers

Question


eigenvalues and eigenvectors question
Write a MATLAB routine that solves the problem: (d/dt)u=Au; u(0)=u0 dt given a matrix A and initial condition u0, and plots...

11 years ago | 0 answers | 0

0

answers

Question


Plotting the graph of an exact solution against a discrete solution
So the problem is asking to write a routine for the finite discrete solution with -u''(x)=12x^2 ; domain x=[0,1] ; u'(0)=u...

11 years ago | 0 answers | 0

0

answers

Question


Attempted to access T(1,0); index must be a positive integer or logical.
I have to create a toeplitz matrix without using the command. my teacher said to start off with something like this. Its for thi...

11 years ago | 1 answer | 0

1

answer