answersLogoWhite

0


Best Answer

A scalar is any single number, like 27, while a matrix contains at least 2 numbers such as [27, 3].

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How matrix are different from scalar?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What type of matrix is a vector?

Vector matrix has both size and direction. There are different types of matrix namely the scalar matrix, the symmetric matrix, the square matrix and the column matrix.


Is the scalar matrix is always a identity matrix?

No. A scalar matrix is a diagonal matrix whose main diagonal elements are the same. Only if the diagonal elements are all 1 is it an identity matrix.


What is a matrix and a scalar?

A matrix and a scalar is a matrix. S + M1 = M2. A scalar is a real number whose square is positive. A matrix is an array of numbers, some of which are scalars and others are vectors, square of the number is negative. A matrix can be a quaternion, the sum of a scalars and three vectors.


How do you multiply a matrix by a scale?

Multiply each element of the matrix by the scalar.


What is A constant by which a matrix is multiplied?

It is a scalar multiplier.


How do you multiply a matrix by a scalar that is a non integer?

In the same way!


What is the difference between scalar multiplication and matrix multiplication?

Matrix multiplication is when you multiply the numbers inside different matricies.[topleft#1]Xtopleft#2=top left topright#1XBottomleft=top right bottom left X Topleft=top left bottom rightX bottom right=bottom right Scalar multiplication A number out side a matrix multiplies all parts of the matrix


What is performing addition subtraction and scalar multiplication of matrices?

Matrix arithmetic


Is null matrix a scalar matrix?

No. A scalar matrix can not be a zero matrix Just a note on separate Qs & As here. I'd stumbled on this group because as I can't understand matrices, I wasn't looking deliberately, but it looks as if another questioner has also asked the same, albeit with the words reversed, and gained a "Yes" and explanation.


What are the Idiosyncrasies of matrix algebra?

idiosyncrasies of matrix are the differences between matrix algebra and scalar one. i'll give a few examples. 1- in algebra AB=BA which sometimes doesn't hold in calculation of matrix. 2- if AB=0, scalar algebra says, either A, B or both A and B are equal to zero. this also doesn't hold in matrix algebra sometimes. 3- CD=CE taking that c isn't equal to 0, then D and # must be equal in scalar algebra. Matrix again tend to deviate from this identity. its to be noted that these deviations from scalar algebra arise due to calculations involving singular matrices.


An operation where you multiply each element of a matrix by a constant is called a what?

scalar multiplication


How do you multiply two metrix without array?

A matrix IS an array so it is impossible to multiply a matrix without array. The answer to the multiplication of two matrices need not be an array. If the first matrix is a 1xn (row) matrix and the second is an nx1 (column) matrix, then their multiple is a 1x1 matrix which can be considered a scalar.