GeoGebra Classic: Graphing Geometry Spreadsheet CAS 3D-Geometry Probability

User avatar
Eli
Senior Expert Member
Reactions: 183
Posts: 5334
Joined: 9 years ago
Location: Tanzania
Has thanked: 75 times
Been thanked: 88 times
Contact:

#11

Another example:
TSSFL -- A Creative Journey Towards Infinite Possibilities!
User avatar
Eli
Senior Expert Member
Reactions: 183
Posts: 5334
Joined: 9 years ago
Location: Tanzania
Has thanked: 75 times
Been thanked: 88 times
Contact:

#12

Try the following in GeoGebra:


Example 1: Vector Cross Product:

  1. u = Vector((3,0,0))
  2. v = Vector((0,2,0)
  3. w = Cross(u,v)
  4. m = |w|


Find the area of the parallelogram formed by vectros u and v:

  1. p1 = Point({0,0,0})
  2. p2 = Point((0,0), v)
  3. p3 = Point(p2, u)
  4. p4 = Point(p3, Vector(-v))
  5. Area = Polygon({p1,p2,p3,p4})


Visualize the plane:


Draw a plane through 3 points:

A = (1,3,-1); B = (3,5,5); C = (1,6,5); plane(A, B, C)


Try to take derivatives, see examples here.


PLU Decomposition with GeoGebra:

0
TSSFL -- A Creative Journey Towards Infinite Possibilities!
User avatar
Eli
Senior Expert Member
Reactions: 183
Posts: 5334
Joined: 9 years ago
Location: Tanzania
Has thanked: 75 times
Been thanked: 88 times
Contact:

#13

0
TSSFL -- A Creative Journey Towards Infinite Possibilities!
Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “Technologies for Teaching, Learning, Research, Problem Solving and Business”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 17 guests