Statistics
3 Questions
0 Answers
RANK
175,780
of 295,467
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
how to parallelize separate matrix-matrix multiplications?
There are three matrix-matrix multiplications: C1=A1*B1, C2=A2*B2, C3=A3*B3. If I wrote the code like above, the three mat...
7 years ago | 1 answer | 0
1
answerQuestion
nonlinear equation with matrix inverse
Hi guys, Is there a Matlab function that can give me the solution of the following nonlinear equation: (A+b*X)^-1=C+d*X, ...
11 years ago | 1 answer | 0
1
answerQuestion
maximum eigenvalue of a matrix with rank one update
There is a (real symmetric) matrix A(t) updated recursively by A(t)=(t-1)/t*A(t-1)+1/t*a(t)*a(t)', where a(t) is a colu...
11 years ago | 1 answer | 0