On 06/08/2015 05:35 PM, Souleiman omar hoche wrote: > Hello everyone. I want to know if it is possible to simplify a square matrix > with > the command "ruleset". > Until now, I managed to simplify each element of the matrix separately, but > it is long (my matrix is 4 * 4). > I want to write my pile of rules and use it to simplify the matrix at once. > The > result will be in the form of a matrix where the elements are simplified with > the rules.
The simplest thing that comes to my mind is to use map the rules on the entries of the matrix. But unless you make your problem more specific, I cannot help you much more. Maybe using "rule" or "ruleset" is even inappropriate for your problem. Ralf -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
