SimReal / Python / Matlab: Programming - Exercise - Mathematics UiA Logo




SimReal - Python - Matlab
001 - Single Vector.

Write a program that draw a vector v = [8,4] from origin.


SimReal - Python - JSXGraph
002 - Single Vector.

Same as exercise 001, but this time use subplot.
Write a program that draw a vector v = [8,4] from origin.


SimReal - Python - JSXGraph
003 - Vector Addition 2D.

Write an application that compute and draw the graph of the sum of two vectors.


SimReal - Python - JSXGraph
004 - Vector Addition 2D.

Write an application that visualize vector addition of three vectors.


SimReal - Python - JSXGraph
005 - Vector Addition 2D.

Write an application that use digital assesssment of vector addition.


SimReal - Python - JSXGraph
006 - Orthogonal basis vectors.

Write an application that visualize orthogonal vectors.


SimReal - Python - JSXGraph
007 - Non-orthogonal basis vectors.

Write an application that visualize non-orthogonal vectors.

MatRIC Logo