|
[Date Index]
[Thread Index]
[Author Index]
Re: GramSchmidt function
- To: mathgroup at smc.vnet.net
- Subject: [mg124641] Re: GramSchmidt function
- From: Bob Hanlon <hanlonr357 at gmail.com>
- Date: Fri, 27 Jan 2012 06:15:19 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201201260824.DAA23845@smc.vnet.net>
Use Orthogonalize
"Orthogonalize by default generates a Gram-Schmidt basis."
Also, did you put a pattern in your definition of gramSchmidt?
gramSchmidt[vList_] vice gramSchmidt[vList]
Bob Hanlon
On Thu, Jan 26, 2012 at 3:24 AM, Andie S. <freefalling779 at gmail.com> wrote:
> I am having trouble creating a function gramSchmidt[vList] to
> construct an orthogonal basis for a list of vectors, vList.
> any pointers on how to do this? Thanks!
>
Prev by Date:
Get rid of left margin reserved for In/Out labels
Next by Date:
Re: GramSchmidt function
Previous by thread:
Re: GramSchmidt function
Next by thread:
Re: GramSchmidt function
|