100% found this document useful (1 vote)
64 views6 pages

Create and Transform Vectors and Matrics (The Transpose Vector (Matrix) Conjugate Transpose of A Vector (Matrix) ) Using Maxima.-1

The document discusses how to create and transform vectors and matrices in Maxima, including creating a vector and matrix using the 'matrix' function, calculating the transpose of a vector and matrix using the 'transpose' function, calculating the conjugate of a vector and matrix using the 'conjugate' function, and calculating the conjugate transpose of a matrix using the 'transpose(conjugate())' function.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
64 views6 pages

Create and Transform Vectors and Matrics (The Transpose Vector (Matrix) Conjugate Transpose of A Vector (Matrix) ) Using Maxima.-1

The document discusses how to create and transform vectors and matrices in Maxima, including creating a vector and matrix using the 'matrix' function, calculating the transpose of a vector and matrix using the 'transpose' function, calculating the conjugate of a vector and matrix using the 'conjugate' function, and calculating the conjugate transpose of a matrix using the 'transpose(conjugate())' function.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Practical: 1

Create and transform vectors and matrics (the transpose vector(matrix)


conjugate transpose of a vector (matrix)) using maxima.

SUBMITTED BY:
Mohd Faaiz: 1475
SUBMITTED TO:
Dr. Aakash Yuvraj Singh: 1471
Arjun: 1472
Santosh:1441
What is Maxima?

Maxima is a computer algebra system (CAS),


which means it's designed to handle operations
involving variables and mathematical symbols,
rather than just numerical values
Creating a vector(V) and matrix(M)
To create a vector and matrix we use ‘matrix’ function.
Calculating transpose of vector(V) and matrix(M)
To calculate transpose of a vector and a matrix we use ‘transpose’ function.
Calculating conjugate of vector(V) and matrix(M)
To calculate conjugate of a vector and a matrix we use ‘conjugate’ function.
Calculating conjugate transpose of a matrix
To calculate conjugate transpose of a matrix we use transpose(conjugate())
function.

You might also like