Table of Contents

Geometry - Object

About

Viz - Graphic Object in Geometry

An object can be:

Notion

Notions such as:

are introduced with the inner product of two vectors

Object

Containing the origin

A geometric object (point, line, plane, …) which contains the origin can be representing by a subset of

F^D

in two different ways :

Representation Line Plan
Picture Line In 3d Plane In 3d
Span of some vectors
( subset of F^D

)

The Span of one “3-vectors” is
a line through the origin in three dimensions

Span {[1, 2, -2]}
The Span of two “3-vectors” is
a plane through the origin in three dimensions

Span {[4,-1,1], [0, 1, 1]}

This plane contains this two lines:
- Span {[4,-1,1]}
- Span {[0,1,1]}
Solution set of system
of linear equations
with zero right-hand sides
( subset of F^D

)

{[x, y, z] : [1,2,-2] . [x, y, z] = 0} {[x, y, z] : [4,-1, 1].[x, y, z] = 0, [0, 1, 1].[x, y, z] = 0}

Not containing the origin

A geometric object (point, line, plane, …) can be expressed as the solution set of a system of linear equations.

<math>\{x : \alpha_1 . x = \beta_1 , ... \alpha_n = \beta_n\}</math>