photo

Lucas Medina


2015년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 9년 전 | 답변 수: 2 | 0

2

답변

질문


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...

대략 9년 전 | 답변 수: 1 | 0

1

답변