CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Solution of a matrix equation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 8, 2010, 17:25
Default Solution of a matrix equation
  #1
New Member
 
Anon
Join Date: Apr 2009
Posts: 13
Blog Entries: 1
Rep Power: 16
technophobe is on a distinguished road
Hi Guys,
I am currently doing some analysis that requires me to solve the following matrix equation:

ri = v * Ai * v'

where ri is a scalar, there are many of these (>n) and they are all known.
v is a row vector [v1 v2 ... vn], v' is it's transpose.
Ai is an n*n matrix corresponding to the ri values, these are all known.

The matrices Ai are symmetrical, real and all elements are positive.

I am trying to solve this equation for the vector v. Does anyone know of a simple method to solve this, or is anyone aware of online notes that may be able to help?

Many thanks,
B
technophobe is offline   Reply With Quote

Old   July 10, 2010, 04:30
Default
  #2
Senior Member
 
Claus Meister
Join Date: Aug 2009
Location: Wiesbaden, Germany
Posts: 241
Rep Power: 17
idrama is on a distinguished road
You have a number of equations of quatratic forms. You can use Newton Approch:

f_i(v)=ri - v.Ai.v'

F = [ f_1 , ... , f_n ]

N(v)=v-(DF^(-1)(v))*F(v)

where DF^(-1)(v) is the inverse of DF (gradient of F).
Start with some v*
idrama is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculation of the Governing Equations Mihail CFX 7 September 7, 2014 06:27
Conceptual trouble--please help me understand what my matrix solution is telling me bzz77 Main CFD Forum 0 March 25, 2010 16:31
OpenFOAM version 1.6 details lakeat OpenFOAM Running, Solving & CFD 42 August 26, 2009 21:47
energy equation solution yasmeen FLUENT 2 February 20, 2007 05:01
exact solution of burger's equation sajar Main CFD Forum 9 March 4, 2004 04:55


All times are GMT -4. The time now is 07:46.