GeoGebra
You can use GeoGebra
to solve vector equations. You can solve them by using systems of equations, or by using the vectors, if you know the coordinates. There is also a separate entry about solving systems of equations with GeoGebra
.
GeoGebra
Instruction 1
- 1.
- Open
CAS
andGraphics View
inView
menu. - 2.
- Type in the vectors you are going to use in your equation in
CAS
. It is wise to define your vectors using lowercase letters (for exampleu:=(1,2)
andv:=(3,4)
). This is becauseGeoGebra
interprets your input as a point, not as a vector, if you use capital letters! - 3.
- Type
Solutions(<equation>)
inCAS
, where you replace<equation>
with your equation. You also need to type the variables you wish to solve in respect to.