Question: What is the difference between with(Student[LinearAlgebra]) and with(LinearAlgebra)?

What is the difference between with(Student[LinearAlgebra]) and with(LinearAlgebra)?

When i tried to use functions such as AddRow, SwapRow, it doesn't work when i load "LinearAlgebra", but works fine with "Student[LinearAlgebra]". May I know why is this so please? Thanks.

Please Wait...