MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

General--LinearSolve and Precision: Impossible to solve 8x8 matrix

  • To: mathgroup at smc.vnet.net
  • Subject: [mg70531] General--LinearSolve and Precision: Impossible to solve 8x8 matrix
  • From: abdou.oumaima at hotmail.com
  • Date: Thu, 19 Oct 2006 03:21:38 -0400 (EDT)

Greetings,

wp = 25; (* WorkingPrecision Value *)
pr = 20; (* SetPrecision Value *)
( **** Complexe functions ****)

Dimensions[L]={8,8}.
Dimensions[Y]={8}.
L and Y are function of x.
K = Normal[Series[LinearSolve[L, Y], {x, 0, 1}]]];

I can not have result for this linear system within a reasonnable time and with a good precision. Any suggestions will be very welcome.
Cheers.

Link to the forum page for this post:
http://www.mathematica-users.org/webMathematica/wiki/wiki.jsp?pageName=Special:Forum_ViewTopic&pid=14567#p14567
Posted through http://www.mathematica-users.org [[postId=14567]]



  • Prev by Date: General--Mathematica is unable to yield result from LinearSolve with good Preci
  • Next by Date: compute limit
  • Previous by thread: Re: General--Mathematica is unable to yield result from LinearSolve with good Preci
  • Next by thread: Re: General--LinearSolve and Precision: Impossible to solve 8x8 matrix