Matrix Problem
- To: mathgroup at smc.vnet.net
- Subject: [mg15247] Matrix Problem
- From: Peter <phuesser at bluewin.ch>
- Date: Sun, 27 Dec 1998 03:58:38 -0500
- Organization: Swisscom AG, the blue window
- Sender: owner-wri-mathgroup at wolfram.com
output:
t=
N[GramSchmidt[{ve[1],ve[2],ve[3],ve[4]},
InnerProduct ->
(skproduct[#1, #2]&)]]
{{{1.1547},{0},{0},{0}},{{0},{0.755929},{0},{0}},
{{-0.258199},{0},{0.774597},{0}},{{0.},{-0.169031},{0.},{1.18322}}}
But I would like to have t in the following form:
{{1.1547,0,0,0},{0,0.755929,0,0},
{-0.258199,0,0.774597,0},{0.,-0.169031,0.,1.18322}}
so t should be a real matrix. How can I make the innerst brackets
disapear ?
Thank's for any help
pedro