Mathematica and systems of equations

Click For Summary

Discussion Overview

The discussion revolves around using Mathematica for typesetting systems of equations in a visually appealing format. Participants explore methods to achieve better presentation of mathematical content, focusing on formatting techniques and alternatives.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Meta-discussion

Main Points Raised

  • One participant seeks guidance on how to format a system of equations in Mathematica to enhance its visual appeal, expressing frustration with the default output.
  • Another participant suggests a specific command (ESC pw ESC) that can create a curly bracket to enclose the equations, indicating that this feature is available in Mathematica 8.
  • Several participants mention the challenges of Mathematica's documentation regarding typesetting, suggesting that it may not be comprehensive enough for users seeking advanced formatting techniques.
  • One participant proposes using LaTeX as an alternative for typesetting, citing its effectiveness compared to Mathematica for this purpose.
  • A later reply introduces the TraditionalForm function as a potential solution for displaying equations, although it notes that it may not be suitable for all types of presentations.
  • There is mention of the possibility of creating modified stylesheets for better layout control in Mathematica, although caution is advised when altering system styles.

Areas of Agreement / Disagreement

Participants express varying opinions on the effectiveness of Mathematica for typesetting, with some advocating for its use while others suggest LaTeX as a superior option. The discussion does not reach a consensus on the best approach for formatting equations.

Contextual Notes

Participants highlight limitations in Mathematica's typesetting capabilities and documentation, indicating that users may need to explore multiple resources or methods to achieve desired results.

Who May Find This Useful

This discussion may be useful for Mathematica users interested in typesetting mathematical content, as well as those considering alternatives like LaTeX for better presentation of equations.

cenit
Messages
5
Reaction score
0
I'd like to write (so not calculate, just "publish") some notes using mathematica. My very big problem in fact is the text-mode...

How could I write a system of equations in mathematica, so that it appears "beauty", divided into multiple lines?
I don't want something like this:
f = {{3x+2y},{2x+3z},{4x+2z},{t}=={5,4,1,1}}
but something nicer!

I tried the "leftmodified" symbol to get a big left curly bracket, but it doesn't scale with an inside table... I saw it in some .nb files, but nowhere how to produce it...

To make it easier to understand, I'd like to write my system in this way (very difficult to show here in the forum):

. . . --
. . . | 3x+2y = 5 bla blah..
. . . |
. . . | 2y + 3z = 4 ...
f= <
. . . | 4x+2z = 1 ...
. . . |
. . . | t =1
. . . --

I'm new to mathematica, so I'm sorry if I'm asking such a strange question...
thanks...edit: sorry for the dots in the system of equations, but spaces were ignored if removed... I hope my problem is still clear...edit2: sorry, I just found for myself (exactly after having posted my question...) that the command is ESC pw ESC...
Now I only have to find a way to left align system's cells but center the system itself...
 
Last edited:
Physics news on Phys.org
I believe this
http://www.mathematica-journal.com/issue/v8i1/tricks/contents/html/Links/index_lnk_2.html
has the answer to your question.
 
SredniVashtar said:
I believe this
http://www.mathematica-journal.com/issue/v8i1/tricks/contents/html/Links/index_lnk_2.html
has the answer to your question.

I found that in mathematica 8, using ESC pw ESC, it writes a curly bracket that automatically braces all the equations of the system, while using the standard { character does not the trick (and maybe requires your suggestion).

Anyway, thanks a lot! I know something about coding in mathematica, but absolutely nothing about typesetting and presenting results using this software. Do you know any good book about this topic, from the beginning to the advanced level? Thanks again
 
You might want to give a try to a few of these tutorials.
http://www.wolfram.com/learningcenter/tutorialcollection/
Especially those related to notebooks and documents.

Despite the massive amount of material, a lot of people feels that Mathematica documentation is somewhat incomplete. Particularly regarding typesetting.
 
Personally, if you're just using Mathematica to typeset, I would consider using LaTeX instead.
 
jhae2.718 said:
Personally, if you're just using Mathematica to typeset, I would consider using LaTeX instead.

In fact I use LaTeX everyday. I just wanted to learn a little about mathematica typesetting, but it doesn't seem so effective, at least at the beginning.
I saw one guy doing wonderful things (particularly interesting is the mixing of typesetting and interactive material), and I wanted to try...
 
In that case, I'll stand back and let the Mathematica wizards here figure something out. (I'm a MATLAB guy.)
 
If there is a traditional way of displaying/publishing what you want then TraditionalForm can sometimes help. For Example:

TraditionalForm[HoldForm[f = {{3x+2y==5}, {2x+3z==4}, {4x+2z == 1}, {t == 1}}]]

If there is no clear traditional way of displaying what you want then this will likely not help.

There was one fairly thin book published about twenty years ago that did have a brief introduction to publishing using Mathematica. Unfortunately I cannot recall the title, but I did hold it in my hands once and since you know that it is out there you might try a variety of searches to see if you could stumble onto it.

For more serious control of the layout of a page within Mathematica people start creating modified stylesheets and this may lead you in helpful directions

http://www.google.com/search?q=mathematica+stylesheets

Caution is always recommended before you start changing system stylesheets.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K