MathGroup Archive 2013

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

Search the Archive

Re: Matrix elimination

  • To: mathgroup at smc.vnet.net
  • Subject: [mg129613] Re: Matrix elimination
  • From: Šerých Jakub <Serych at panska.cz>
  • Date: Wed, 30 Jan 2013 04:25:12 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <7985075.15843.1359358362324.JavaMail.root@m06>

Thank you for your offer. But I don't need it so frequently and when in rare cases I need to show some solution steps to my students, I can use Wolfram Alpha, which serves perfectly for this purposes.

I was just interested, if there is some built in function for it in Mathematica. So it seems, that there isn't any.

Thanks

Jakub

> -----Original Message-----
> From: djmpark [mailto:djmpark at comcast.net]
>
> The Presentations Application (which I sell from my web site for $50) has a
> section called Student's Linear Equations. It is basically for didactic purposes or
> solving small cases. It allows you to manipulate 2D matrix structures with
> detailed operations such as individual operations on rows and columns,
> individual column pivots, converting to echelon form with or without upper
> triangular reduction. It also has display with row and column names to give
> context. You can manipulate via successive displays in a notebook, or in a
> Whiteboard window.
>
> It also allows contravariant and covariant columns. There is also provision for
> displaying rows or columns as equation expressions, both as regular equations
> and as chemical composition equations or as chemical reactions.
> There is also provision for doing linear programming simplex operations.
>
> Presentations is a quite large Application aimed toward writing literate
> notebooks with custom graphics, tables and dynamic presentations.
>
> David Park
> djmpark at comcast.net
> http://home.comcast.net/~djmpark/index.html
>

> Dear comunity,
> I'm trying to play around with the simple matrixes in Mathematica for the first
> time and I have beginners question:
>
> Does Mathematica have a function, which makes the intermediate step of
> Gaussian elimination to produce just eliminated upper triangular matrix?
> Function UpperTriangular only cuts the lower triangular places off (which is not
> what I need) and RowReduce makes the completely reduced echelon form of
> matrix.
> I needed the step in the middle of the RowReduce way.
>
> Thanks in advance for any tips
>
> Jakub
>




  • Prev by Date: Re: Apollonius' circle tactation
  • Next by Date: Re: text table
  • Previous by thread: Re: Matrix elimination
  • Next by thread: Using Wolfram Alpha in a nested loop