Community Profile

photo

Vince Smith


Last seen: fast 3 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Backward Euler with LU Decomposition
The code below solves forward Euler for a pendelum problem. How would I modify this code to solve with backward Euler and LU Dec...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Reimann Sums to approximate integral
Suppose I want to use Reimann sums to approximate the integral of the function y=x^2 with bounds 4<x<7. I want to use various st...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Mean of Matrix Rows
For any matrix A, how would I subtract the row means from each row, so that each row has a mean of zero?

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Ax=b question
Consider the matrix equation, Ax=b. Suppose I want to manipulate one of the values of b by increasing it in multiples of 100 unt...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Writing sums with a loop?
How would I express this with a loop in MATLAB? x=absolute value of (1000-)

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Matrix with values dependent on row and column.
How would I construct a 10 by 10 matrix whose values are defined by the sum of the value's row and column ?

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort