Statistics
RANK
293,867
of 301,273
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,212
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,690
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
How to simply multiply a symbolic variable into a matrix?
What ended up being a good fit for me was defining A with A = sym(zeros(n,m)); I'd stepped away from matlab for a bit and am cle...
2 years ago | 0
| accepted
Question
How to simply multiply a symbolic variable into a matrix?
I have a matrix of numbers that is calculated using a formula that includes a symbolic variable. A(n+1,m+1) = u*Bnm*A(n,m+1) -...
2 years ago | 2 answers | 0