Vince Smith
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
135,879
of 295,569
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Question
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...
5 years ago | 0 answers | 0
0
answersQuestion
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...
5 years ago | 0 answers | 0
0
answersQuestion
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?
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
Writing sums with a loop?
How would I express this with a loop in MATLAB? x=absolute value of (1000-)
5 years ago | 1 answer | 0
1
answerQuestion
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 ?
5 years ago | 1 answer | 0