Skip to main content

Posts

Showing posts with the label Matrix Addition

Introduction to Matrix, it's basic operations and using Universal Calculator app for Matrix Operations.

Download the  Universal Calculator  App for Android. Launch the App(mobile only) :  Universal Calculator . Introduction In mathematics, A matrix is an arrangement of elements (numbers, symbols etc.) in the form of rows and columns. A matrix is generally denoted by enclosing the matrix name within square brackets as shown below. In the example given above, A is a matrix of order(dimension) 3 x 4 as it has three rows and 4 columns. Each element of a matrix is generally identified by using row and column numbers as its subscript, e.g. shown below. a 11 =2, a 12 =5, a 13 =6, a 14 =8 a 21 =5, a 22 =6, a 23 =8, a 24 =9 a 31 =8, a 32 =9, a 33 =7, a 34 =1 Matrices from a pure mathematical perspective represent linear algebraic functions, called vector space (we will get into detailed explanation of this statement in future articles). Matrices (Plural for matrix) and its properties are used in many applications such as solving System of linear equation, co...