필터 지우기
필터 지우기

How to multiply identity matrix with a variable?

조회 수: 3 (최근 30일)
Avinash Bhatt
Avinash Bhatt 2019년 5월 13일
댓글: John D'Errico 2019년 5월 13일
I am unable to multiply a variable with a 16X16 identity matrix for implementing det|A-XI|. Please show me how it is done.
  댓글 수: 1
John D'Errico
John D'Errico 2019년 5월 13일
A variable? A symbolic variable?
You define it as symbolic, then you use * to multiply. What is the problem? What did you try?
I would point out that almost certainly, this is going to be a bad idea, as computing a symbolic determinant of a 16x16 matrix will be very computationally nasty.
If you don't know how to multiply a variably times a matrix, this strongly suggests you need to read the getting started tutorials.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Number Theory에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by