answersLogoWhite

0


Best Answer

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

Still curious? Ask our experts.

Chat with our AI personalities

ProfessorProfessor
I will give you the most educated answer.
Chat with Professor
FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao

Add your answer:

Earn +20 pts
Q: What professions use matrices?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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.


Can the elimnation matrices only be applied to square matrices?

Only square matrices have inverses.


What professions use coordinates?

coordinator


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.