Description:
Mathematica discussion group. (Moderated)
|
|
|
horizontal line color
|
| |
Hi All, Does anyone know how to change a color of the horizontal line inserted below or above the cell? I can't figure it out and there is nothing about it in the documentation center and in the group. Cheers Anna
|
|
Manipulating FinancialData[]
|
| |
Hi all, I have got stuck trying to play around with manipulating FinancialData[]! Manipulate[Column[{ Row[{"FinancialData[", ToString[financialInstrumentNa me], "] = ", FinancialData[financialInstrum entName]}], Row[{"\nProperty = ", ToString[property]}], Row[{"\nfinancialDataExchange = ", ToString[financialDataExchange ]}],... more »
|
|
Print Registration Marks
|
| |
Can someone recall where I saw an article by Wolfram on how to lay out pages, graphics etc. I recall seeing a diagram with print registration marks and some idea of how to use printer points etc. I thought it was one of the tutorials but cant find it .....
|
|
Symbolic Formula
|
| |
Mathematica 6, Windows XP The left-hand-side of the equality appearing below is shorthand notation for the the probability that would be computed, if the right hand side was evaluated for specified values of n and p. The appearance of the equality is suitable for displaying in class on a projector.... more »
|
|
export differential equation solution obtained through Mathematica to
|
| |
Hi everyone, I would like to know if there is a way to export differential equation solution obtained through Mathematica to microsoft excel. There are several data processing things that I want to know, that simply plotting the solution in Mathematica won't suffice. I have a system of differential equations like so:... more »
|
|
With[..] not working with $Output
|
| |
Hello, does anybody have an idea why redirecting output using a With does not work (version 7 Vista)? Consider redefining the list $Output: fun1 := ( old = $Output; $Output = {OpenWrite["c:/tmp.txt"]}; Print["gaga"]; Close["c:/tmp.txt"]; $Output = old;) fun1; fun2 := With[{$Output = {OpenWrite["c:/tmp.txt"]}},... more »
|
|
The location of documentation center file
|
| |
Hi, <mathgr...@smc.vnet.net> I am using Mathematica 7 in Mac OS X. I tried to open the Documentation Center under Help menu, but got the error message " The file you tried to open could not be found". Using file search, I found Mathematica.nb file somewhere else and if I double click it, actually it opens the Documentation... more »
|
|
Lists of Equations
|
| |
Hello, I have just started using Mathematica, and I wonder what the easiest way to manage a large set of equations is. I have a bunch of differential equations y1'[x] = z1[x] y2'[x] = z2[x] ... yn'[x] = zn[x] and I have grouped them together in a list like eqs = {y1'[x]==z1[x], ..., yn'[x]==zn[x]} which fits perfectly as an argument to NDSolve. However, I think that,... more »
|
|
Solve Minus Sign
|
| |
Dear Group- How can one get rid of the minus sign in: In: Factor[Solve[Rr/s == Rr + x, x]] Out: {{x -> -((Rr (-1 + s))/s)}} We'd like Mathematica to provide answers with the minus sign "multiplied through" (remove Factor[] doesn't solve the problem) Thank you in advance all.
|
|
|