Gram-schmodt Orthogonalization

  • Thread starter Thread starter Cunicultor
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on the implementation of the Gram-Schmidt orthogonalization process, specifically seeking Visual Basic code examples. The user expresses dissatisfaction with their current implementation and requests alternative code for comparison. A reference to a tutorial on the Gram-Schmidt process is provided, highlighting a three-step method for orthonormalizing a set of vectors.

PREREQUISITES
  • Understanding of linear algebra concepts, particularly vector spaces and orthogonality.
  • Familiarity with the Gram-Schmidt orthogonalization process.
  • Proficiency in Visual Basic programming language.
  • Basic knowledge of numerical methods for vector manipulation.
NEXT STEPS
  • Research Visual Basic implementations of the Gram-Schmidt process.
  • Explore numerical stability techniques in orthogonalization methods.
  • Learn about alternative orthogonalization methods, such as Householder transformations.
  • Investigate libraries or frameworks that facilitate linear algebra operations in Visual Basic.
USEFUL FOR

Mathematicians, computer scientists, and software developers interested in implementing linear algebra algorithms, particularly those focusing on vector orthogonalization in Visual Basic.

Cunicultor
Messages
10
Reaction score
0
does anyone know the code to implement this process? visual basic code would be great.


i'm just trying to make my basis orthogonal, and so i thought about this. i already got a piece of code, but i would like to compare with others; i have to say that my program is not working that well.

cheers!
 
Physics news on Phys.org
Have a look http://www.math.hmc.edu/calculus/tutorials/gramschmidt/, they have a nice 3-step route to orthonormalize a set of vectors.

(By the way: it's Gram-Schmidt :wink: )
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 14 ·
Replies
14
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
11K
  • · Replies 6 ·
Replies
6
Views
3K