Lucas Medina
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
250 301
of 295 527
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 20 242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
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
Overflow of fractional representations of floating point numbers?
So if I have a matrix of floating point numbers A, I know that I can make it symbolic: A = sym(A, 'f'); Now, each of th...
mer än 9 år ago | 1 answer | 0
1
answerQuestion
How to get vectors y such that y* A = 0?
I know that normally, you would do something like [W,D] = eig(A.') and then the rows of W.' are the left eigenvectors "y" of A s...
mer än 9 år ago | 1 answer | 0
1
answerQuestion
How to instantly substitute all the Ai_j of a symbolic matrix A?
I know that I can create a symbolic matrix A in the following way: >> A = sym('A', [3 3], 'real') A = [ A1_1...
mer än 9 år ago | 2 answers | 0
2
answersQuestion
Why does eig(A) not return a symbolic array for my symbolic matrix A?
I have made a matrix C1 whose entries are all rationals formed from random numbers which I've casted with sym: sym(-10 + (10 + 1...
mer än 9 år ago | 1 answer | 0