photo

Christopher Morrow


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
193,903
of 300,533

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,018

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,560

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

  • Thankful Level 1

View badges

Feeds

View by

Question


Iterative loop function for FEA
K=[1 2 -2, 2 1 -5, 1 -4 1] F=[-15 -21 18] Xo=[1 1 1]' r=F-K*Xo alpha=(r'*r)/(r'*K*r) Xn=X+alpha*r I am trying ...

4 years ago | 1 answer | 0

1

answer

Question


Function of a matrix of variables
I am trying to find minimum and maximum values of f=(1/2*X'*K*X)-(X'*F), where X is a 3x1[X1 X2 X3]' matix of varibles, K is a 3...

4 years ago | 1 answer | 0

1

answer

Question


Help solving directional cosines
A=[-130.342, -75, -55; -75, -130.342, 65; -55, 65, -130.342] null(A) ans = 3×0 empty double matrix I am tryi...

5 years ago | 2 answers | 0

2

answers