Michael Jacobson
Followers: 0 Following: 0
Feeds
提问
Evaluating all possible combinations
I am working on designing a composite part. The two main variables are the number of layers i can stack and the orientation of e...
1 year 前 | 1 个回答 | 0
1
个回答提问
using data from while loop and resetting initial conditions
I am writing an algorithm for the power method, which is an iterative method for solving for all eigenvalues and eigenvectors of...
3 years 前 | 1 个回答 | 0
1
个回答提问
Setting Matrix Values based on 'symsum' formula
I am working on a Doolittle LU decomposition at the moment, which is useful for solving a system of linear algebraic equations. ...
3 years 前 | 1 个回答 | 0
1
个回答提问
Plot data from while loop
I've written an algorithm that can approximate the root of a multivariable function using the Newton-Raphon method. The algorith...
3 years 前 | 1 个回答 | 0
1
个回答提问
Plot a function - automatically label based on function input and output
I'm making an algorithm that can determine the root(s) of a provided function through various methods. The first method simply p...
3 years 前 | 0 个回答 | 0
0
个回答提问
Calling function to evaluate another called function - delimeter error
I have two functions: One for the Lee-Kesler state equation (name: lk) One to find the root of an equation through the modifie...
3 years 前 | 1 个回答 | 0