answersLogoWhite

0


Best Answer

A complex number a + bi, can be represented as a 2x2 matrix:

[a -b]

[b a ]

or

[a b ]

[-b a ] , just keep the same notation throughout your work.

See the wikipedia article on Complex Numbers, and the related link for some more information.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you calculate complex number using matrix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are complex matrices?

A complex number has an imaginary component and is of the form a + bi. (And i is the square root of -1 in this application.)A matrix is a table of numbers. For example, we might give the current (x,y,z) coordinates of a dozen asteroids using a 12 * 3 matrix.A complex matrix is a matrix of complex numbers.


How do you calculate equivalent resistance in complex circuits mathematically?

Using superposition theorem.


Why was the complex number calculator invented?

To do calculations using complex numbers.


Benefits of Caley hamilton theorem in matrices?

The Cayley-Hamilton (not Caley hamilton) theorem allows powers of the matrix to be calculated more simply by using the characteristic function of the matrix. It can also provide a simple way to calculate the inverse matrix.


Abstruct Data Type of complex number using c?

you answer me


'how to calculate determinants of a 3x3 matrix using 3X3 properties'?

3-x,-1,1, -1,5-x,-1 1,-1,3-x


How do you implement Hadamard matrix in c?

A Hadamard Matrix is a square matrix composed of 1 or -1. Using a square matrix system the hadamard matrix could be created


How do you rotate figure 360 degrees using matrix?

Multiply it by the identity matrix.


What is matrix programming in C programming?

C Examples on Matrix OperationsA matrix is a rectangular array of numbers or symbols arranged in rows and columns. The following section contains a list of C programs which perform the operations of Addition, Subtraction and Multiplication on the 2 matrices. The section also deals with evaluating the transpose of a given matrix. The transpose of a matrix is the interchange of rows and columns.The section also has programs on finding the trace of 2 matrices, calculating the sum and difference of two matrices. It also has a C program which is used to perform multiplication of a matrix using recursion.C Program to Calculate the Addition or Subtraction & Trace of 2 MatricesC Program to Find the Transpose of a given MatrixC Program to Compute the Product of Two MatricesC Program to Calculate the Sum & Difference of the MatricesC Program to Perform Matrix Multiplication using Recursion


How do you calculate root of any complex number using casio Fx 991MS calculator?

Not sure about the Casio, but most calculators which have capability to handle complex numbers should be similar. Input the complex number according to however you normally do that, then raise to a power. In the case of roots, you want to raise to a reciprocal power: Square root is 0.5 power, cube root is 1/3 power, fourth root is 0.25 power, etc


Can you give a sentence using the word matrix?

This represents the size of matrix inverted with each literation.


Is it possible to solve a simultaneous equation where their is a complex component to both sides using complex number theory?

If you put it into matrix form, A*x = p. With A a square matrix, and x & p are column matrices, then you can separate matrix A becoming B + Ci where B contains the real parts of the coefficients, and C contains the imaginary components, then p = m + ni, and x = y + zi, then the real parts must be equal, and the imaginary parts must be equal, so:B*y = m, and C*z = n, solve each set of equations for y & z, then your solution set will be x = y + zi.