Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
142 views

Wolfram Mathematica auto close the brackets

Not a long ago I started to learn Mathematica - i.e. I'm novice. Usually I code in text editors with auto close of brackets like Gedit,Notepad++,Qt IDE etc. It's very convenient when you are not ...
5
votes
1answer
81 views

Mathematica - Plotting a step function

I'm trying to plot a couple of UnitStep functions, but for some reason, Mathematica won't plot the whole function - Just the top (it doesn't look like a step, more like a line). How do i tell ...
3
votes
1answer
219 views

can't process large data in mathematica

I'm dealing with large input arrays with wolfram's Mathematica and it looks like I can't process anything bigger than (or equal to) 1024*1024 and 81*81*81. Is that normal? Should I be able to do ...
1
vote
0answers
57 views

Mathematica 8 overflow error by Mod command (RSA-code) [closed]

Possible Duplicate: Mathematica Overflow[] error : Why and how-to bypass? I have to decrypt an RSA code but when I do I get an overflow error the formule to encrypt is Mod[x^e,m] the ...
1
vote
1answer
82 views

REPL (Read–eval–print loop) with Mathlink (Wolfram Mathematica)

I'm new to Mathlink, and before integrating it in my code I tried to write a small REPL to get accustomed to it. The code is as follows (irrelevent parts omitted, and sorry for the horrible blend of C ...
1
vote
1answer
78 views

Is the function notation deprecated?

From WolframAlpha: http://mathworld.wolfram.com/Function.html "While this notation is deprecated by professional mathematicians, it is the more familiar one for most nonprofessionals. Therefore, ...