answersLogoWhite

0

Science professions, Maths, professions such as mechanical and electronic engineering . Biology & chemistry. It can be used to model sound - all kinds of applications.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How can you use a sentence using matrices?

Which one of those matrices is more comfortable to sleep on?


How can you use matrices to solve real world problems?

Matrices are tools to solve linear equations. Engineers use matrices in solving electrical problems in circuits using Thevenin's and Norton's theories.


How different professions use English differently?

how different professions use English language differently?


What professions use scientific notation?

People in the sciences are the main professions that use scientific notation


What professions use order of operations?

No professions use order of operations. It is just a method of solving an equation.


What professions do not use scientific notation?

Professions that do not use scientific notation are most anything outside the sciences.


What professions pi used?

pi did not use any professions! It was merely a number.


How do you check for the similarity of two matrices?

use mantel test


How is matrices used in everyday life?

Unless your "everyday life" involves work in some area of engineering, you won't use matrices in your everyday life.


What professions use coordinates?

coordinator


Can the elimnation matrices only be applied to square matrices?

Only square matrices have inverses.


How do you develop a JAVA program that computes matrices?

Matrices can't be "computed" as such; only operations like multiplication, transpose, addition, subtraction, etc., can be done. What can be computed are determinants. If you want to write a program that does operations such as these on matrices, I suggest using a two-dimensional array to store the values in the matrices, and use for-loops to iterate through the values.