All Questions
Tagged with python broken-code
3 questions
2
votes
1
answer
223
views
Python Code to Mathematica for Classical Map of Kicked Top
I am trying to convert this Python code for Classical map of kicked top to Mathematica.
For a single trajectory, I am able to ...
2
votes
1
answer
158
views
Python to Mathematica code bug
I have an assignment in Mathematica, which I've already solved using Python and it's a bit hard to convert the code. Here's what I have done so far:
...
1
vote
1
answer
279
views
What's wrong with my code for finding primes?
From here I found a fast method to make prime list, the python version works well, but my Mathematica version does not. Obviously ,169 is not a prime number. What's ...