Specify and control how Mathematica formats its output, including rich text, equations and graphics.
-1
votes
1answer
44 views
How to make rules for changing parameters
I have one boring problem with changing parameters in printing output. If I have
equation
...
2
votes
1answer
80 views
Automatic formatting measurement value according to it's measurement uncertainty
I have a problem with writing a Mathematica function. I have been requested to show the results of my experiments with the measurement uncertainty (mu) like below:
...
1
vote
1answer
60 views
Rounding only reals in an expression containing, reals, integers and symbols
I am trying to make a function that would make rounding real numbers in an expression possibly consisting of real numbers, integer numbers and symbols. An example of such an expression is below:
...
1
vote
1answer
82 views
How to convert equations to piecewise form
equations={{2 u,2,1+t,1}=={a c,a b+c,a+b,1},{u,t,0,1}=={c d,c+b d,b+d,1}};
Thread/@equations//TraditionalForm
How to get the following TraditionalForm
I typed ...
2
votes
1answer
72 views
How to use output from previous line in Plot? [duplicate]
Suppose, I want to solve a equation and want to obtain it's first root. In this case I've used
In[1]=:Solve[b^2 + b*z + 1 == 0, b][[1]]
This gives
...
4
votes
4answers
124 views
6
votes
1answer
105 views
Telling mathematica to output * instead of space for multiplication, so I can copy as plain text
I am trying to get some symbolic expressions in Mathematica
which I would like to paste into my C/MATLAB codes. This can be accomplished
nicely by selecting the expression and right-clicking to ...
9
votes
1answer
129 views
Notebook vs. DocumentNotebook; display a Notebook inline, like a DocumentNotebook
If you evaluate a DocumentNotebook[] expression in the front-end, it nicely displays inline, inside of an output cell in the current notebook:
For my purposes, ...
3
votes
1answer
34 views
Combination of CellPrint and PrintTemporary, or DisplayForm for Cells
I'm programmatically generating some formatted output that generates a cell in the form of a Cell[] expression. For instance, the output might be
...
3
votes
2answers
116 views
Why don't these styling rules work when viewed in TableForm?
m = RandomInteger[{-5, 5}, {10, 10}];
m /. {x__, y_ /; y > 0} -> Style[{x, y}, Red]
% // TableForm
When m without style ...
-2
votes
1answer
77 views
Mathematica output in ASCII or larger text size for the output?
I am trying to read the output of this code that has crosses, circles and spaces. For some reason, the output is in very-very small alphabets so I would like to get it in ASCII and/or in larger ...
7
votes
3answers
152 views
Making large tables easy to read with frozen headings and scrollbars [duplicate]
I would like to represent a table containing a large amount of information in such a way that I can (a) use scrollbars and (b) have table headings that don't scroll off the screen [just like the Free ...
1
vote
3answers
86 views
iterate method to find roots
This code gives the roots (lambda-values) of eq1 by using iteration.
...
4
votes
1answer
98 views
How do I get Mathematica to show a number in non-exponential form? [duplicate]
Sometimes I make a calculation in Mathematica that produces a big number, which Mathematica shows like so:
-1.52522*10^7
This is annoying to me, because I want ...
-1
votes
1answer
47 views
How can a 3DBarChart be made to be fixed size and proportions?
I have a 3DBarChart that adds bar graphs as would be required by the dataset, but as it gets wider runs off the page and can not be printed. Is there a way to fix the height & width of the ...
1
vote
0answers
75 views
TableForm behavior change
In an older version NoteBook, I was able to specify some options for TableForm, which enabled
the printing of an expression in a simple fashion:
...
-3
votes
1answer
95 views
How can I solve precision problem [duplicate]
I want to set 2 decimal places, whether it's real Number or anything.for that purpose I wrote the following function.
...
0
votes
1answer
39 views
How to delete duplicate solutions of this system of equations?
I want to find vertices (has integer coordinates) of the triangle $ABC$ with the centorid is $G(1,1)$ and orthocenter is $H(3,3)$. I tried
...
1
vote
2answers
154 views
How to make traditional output for derivatives
Hello again after some pause. i have a problem how to present partial derivatives in traditional form, not as Mathematica gave it to me in its notation. So I want to present this
...
5
votes
1answer
104 views
How can I fix Mathematica's text line-breaking algorithm not to line-break so soon?
I have some custom plotting functions that simplify the placement of footnotes and source notes under the plot. It is important that the line length of the footnotes fills up the available space and ...
3
votes
1answer
40 views
PaddedForm adds an additional padding character
I would like to get a sequence from "01" to "10". I tried
...
2
votes
4answers
251 views
How can I format a table to look nice?
I have this code, but i would like to see the results well formated,
How can I obtain a well formatted data with aligment?, similar to this one
insted what i obatin, you can see here
Here is ...
3
votes
1answer
139 views
How can I efficiently write formatted data to a Gaussian Cube file?
I am working with data files that contain information about electronic wave functions. The data format is specified by the quantum chemistry program Gaussian. I need to import the data, manipulate ...
5
votes
1answer
78 views
How to apply tags to expression terms?
I often see on this site and at the mathgroup the repeated questions on how to rearrange expression that Mathematica "likes" to keep in one form, but the user prefers in another. Consider this trivial ...
1
vote
2answers
79 views
Output format in MatrixForm
I have a correlation matrix, which I want to display in the following format:
2 decimal places (e.g., -0.56)
number signs "+" and "-" (e.g., +0.76 or -0.34)
I've tried many different things, but I ...
0
votes
0answers
110 views
How to find the couple $a$ and $b$ of the equation? [closed]
I want to find the integers numbers $a$, $b$, $k$ of the equation
Sqrt[2 x + a] + Sqrt[b - 2 x] == k
so that the given equation has two reals solution.
I ...
2
votes
0answers
107 views
Negative power instead of fraction
Solve returns a solution in the form {{x->y/a^2 + y^2/a^7}}.
Since I want to process the input (with another program) in terms of Laurent polynomials, I would ...
3
votes
1answer
65 views
How do I edit the background of Axis labels in my plot?
I'm using the standard report stylesheet in Mathematica and when I output a plot, I've set it up so that I get a white background, however the axis labels still have a gray background. How do I change ...
1
vote
1answer
56 views
How to apply multiple format to a list
I have a nested list like
matrix = {{1.2345664, 2.38673956, 3.567846}, {0.00034554, 124.4554654,
6.34543}, {0.0000233, 244.34454, 2}}
and I want to apply ...
1
vote
3answers
133 views
Write a table to a file
I want to compute a multidimensional table in Mathematica and write it to an external file. Here is a simple example. I have three lists x, ...
0
votes
0answers
127 views
Export to pdf from Mathematica using Greek characters
When I try to export Greek characters from Mathematica to a pdf file, the pdf is filled with unknown characters. Please note that i have no idea about Mathematica, I have just installed it today.I am ...
4
votes
3answers
157 views
Replace very small numbers by zero in the output of a list
I have a long nested list, but many elements are numbers of order 10^-18 or less, eg
...
1
vote
2answers
130 views
-1
votes
1answer
69 views
Dynamically show a specific number of the fractional part's digits
What is the fastest way to cut off all n z digits of the fractional part of a real number?
(For example 12390.20934230)
I came up with this so far:
...
5
votes
1answer
203 views
How do I get a two-term polynomial with a leading negative sign to display in the correct (i.e. textbook) order?
The first three expressions evaluate as expected and the polynomial is displayed in what I would call "textbook" form. The last expression, however, switches the order of terms. Mathematica employs ...
0
votes
1answer
56 views
Formatting Equation Output Neatly
I looked around and couldn't find the answer to this anywhere, so I'm sorry if this is a bad question - I'm pretty new to mathematica. I wrote a program to help me compute some annoying series ...
9
votes
2answers
216 views
Soft-Match String Comparison
I have a list of names in which I would like to check for duplicates. However, within the list, the duplicates may not show up as exact duplicates of each other - for instance,
...
7
votes
3answers
122 views
Wrapper for inexact numeric complex numbers that maintains polar form
Related question:
How can I convert a complex number a+b I to the exponent form A Exp(I phi)?
Mathematica insists on displaying complex number in form a+I b when ...
6
votes
4answers
193 views
How do I display an expression with negative powers?
How do I display an expression with negative powers? Mathematica seems to always invert a term with a negative rational power. None of the following work:
...
-4
votes
2answers
80 views
4
votes
1answer
103 views
Why this code is considerably slower in version 9?
I have a Mathematica code for computing and plotting the density which corresponds to a given potential. The following code was written few years ago using version ...
2
votes
1answer
63 views
How to change the output format of a built-in function
Is it possible to change the output of build-in functions?
I would like to change the output for IdentityMatrix[n] to "I", so I tried
...
4
votes
1answer
80 views
How to substitute $x$ in a expression $f(x)$ but not calculate the value of the $f(x)$ at the point $x$?
I want to subtitute $x = 1$ into the expression $$f(x)=x^2 + 3 (x^2 - m^2) + \sqrt{x^2 + 1}$$ but I don't calculate the value $f(1)$, that is mean, I want $$1^2 + 3(1^2-m^2)+\sqrt{1^2 + 1}.$$ If I ...
18
votes
7answers
596 views
How do I get my equation to have the form $(x-a)^2 + (y-b)^2 + (z-c)^2-d = 0$?
I want Mathematica to express the equation $$-11 - 2 x + x^2 - 4 y + y^2 - 6 z + z^2=0$$ in the form $$(x - 1)^2 + (y - 2)^2 + (z - 3)^2 - 25=0$$ How do I tell Mathematica to do that?
-5
votes
1answer
134 views
Mystified by inability to find info to do what seems really basic [closed]
Trying to do some basic algebra here, have input 12 expressions. I would like to label the output so that I can connect the outputs to the context of the inputs, within the output line.
Having ...
0
votes
1answer
117 views
Giving value to a constant so that Mathematica simplifies the answer without having to do the whole operation again
I am doing some nasty integrals trying to fill in a matrix, and to save computation time, I set my hbar to be a constant of undefined value, so the answer it spits out consists of a real number plus ...
6
votes
2answers
270 views
How to change an expression to Fortran90 form?
I have a large expression produced by Mathematica. To use this expression in my Fortran program I need to change it to a Fortran90 form. I am not satisfied with the ...
5
votes
1answer
57 views
Using CellPrint with a TraditionalForm string
I am trying to use CellPrint to print a cell that asks a user to solve an equation. This equation is randomly generated right beforehand, and I would like to have it print in Blue. The whole Cell ...
6
votes
2answers
155 views
Is there a way to programmatically set global preferences?
Can I set global preferences that are accessible via "Edit"->"Preferences" programmatically from within a notebook?
As learned from this question, turning off anti-aliasing can make a huge difference ...
2
votes
4answers
591 views
How to export data files using specific format
Very often, I have to export data files from Mathematica. These output files contain several columns and hundreds of lines with data. For the sake of the question let's create a sample list
...








