[Q] symbolic matrix operation?
- To: mathgroup at smc.vnet.net
- Subject: [mg26653] [Q] symbolic matrix operation?
- From: research at proton.csl.uiuc.edu (James)
- Date: Sat, 13 Jan 2001 22:36:25 -0500 (EST)
- Organization: University of Illinois at Urbana-Champaign
- Sender: owner-wri-mathgroup at wolfram.com
I've used 'symbolic' calculation in mathematica in many ways,
but this time,
I wonder if mathematica can solve symbolic matrix operation.
Specifically,
m = {{a, b},
{c, d},
{e, f}}
SingluarValues[m]
returns
SingularValues::"svdf": "SingularValues has received a matrix
with infinite precision."
(a,b,c,d,e,f are all symbolics.)
I need to do several symbolic matrix operations such as SingularValues.
Is there any way to do that?
Thank you.