Skip to main content

Questions tagged [code-review]

This tag is intended for the review and improvement of style for already functioning code. It not meant to change the objective of the code.

3 votes
0 answers
183 views

Related MSE post I'm trying to make Mathematica demonstration of the paper The expected volume of a random polytope in a ball. In the $d$-dimensional Euclidean space $E^d$ ($d \geq 2$), consider the ...
Ahamad's user avatar
  • 1
1 vote
1 answer
148 views

This code works well to generate first order solution but gives recursion error on generating second order solution. I think the error is causing due to computation of $f$ but don't know how to fix it....
Noor Aslam's user avatar
4 votes
4 answers
477 views

Is there a better way of plotting this? ...
user444's user avatar
  • 2,836
3 votes
2 answers
466 views

Perhaps a better title would be: "Simulating k-many Moving Points with Distance Contraints on Sphere-like Cages" because I am not concerned about representing anything physically real. This ...
Romogi's user avatar
  • 687
1 vote
1 answer
241 views

I wrote this code: ...
user avatar
2 votes
2 answers
121 views

I have two notebook codes 'calculation.nb' and 'caller.nb'. The first code simply generates and prints a random number. The second code I want to use to call the first code a set number of times (say ...
John Doe's user avatar
  • 291
7 votes
3 answers
659 views

In orden to list all derangements of five elements, I wrote the following (very ugly) code: ...
Carbunco Feliz's user avatar

15 30 50 per page
1
2 3 4 5
33