Linear Algebra in Computer Engineering

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 7K views
bassplayer142
Messages
431
Reaction score
0
I am going into Computer engineering and I have heard that there is a lot of Linear Algebra in it. Exactly how and why do they use so much linear algebra?

thanks
 
Physics news on Phys.org
Solving systems of linear equations (which may appear in (say) multiloop circuits) uses linear algebra.

Graph theory and networks (which may arise in discussions of parallel computing) use incidence and adjacency matrices, which are studied with linear algebra.

FFT and other signal processing methods use linear algebra.