티스토리 뷰

Maxima

Matrix

skyground21 2023. 8. 25. 09:01

Matrix

Matrix
Matrix

Generate Matrix...

행렬 요소의 표기법을 사용하여 행렬을 생성합니다.

 

Generate Matrix from Expression...

행렬의 일반 요소(예: B = b[i][j]=f(i,j)인 경우 이 항목을 사용합니다.

'lambda([i,j],f(i,j)'는 용어를 생성하는 함수를 표현하는 방식이라는 점에 유의하세요.

 

 

Enter Matrix... 

이 명령을 사용하여 직접 행렬을 입력할 수 있습니다.

 


Nested list to Matrix 

목록은 괄호 사이에 쉼표로 구분된 숫자의 목록입니다(예: [2,3,4]),
[2,-3,5]
중첩 목록은 [[2,3,-5],[-5,5,2],[4,-2,5]]와 같이 목록의 목록입니다.
중첩 목록을 입력한 다음 이 명령을 사용합니다:

 

Matrix from csv file 

Matrix to csv file 

 다음 두 명령을 이용하여 csv 파일로 내보니고 불러들일 수 있다.


Invert Matrix

inserts the command 'invert'


Characteristic Polynomial... 

 


Determinant 

Determinant the command 'determinant'

 

Eigenvalues 
Eigenvectors 
Adjoint Matrix 
Rank 
Transpose Matrix 

Extract Row 
Extract Column 

Remove Rows or Columns 
Convert Row to list 
Convert Column to list 

Multiply matrices 
Matrix exponent 

Hadamard (element-by-element) product 
Hadamard exponent 

Make List. 
Apply to List.. 

Map to List(s).. 
Map to Matrix...

 

matrix.wxmx
0.20MB

반응형
LIST

'Maxima' 카테고리의 다른 글

Numeric  (0) 2023.10.25
Autosave 설정하기  (0) 2023.10.19
Calculus  (0) 2023.08.24
'at' function  (0) 2023.08.22
Autosave  (0) 2023.07.28