Skip to main content

Questions tagged [machine-precision]

For questions on the use of machine-precision real numbers (also known as floats), the numbers that can be directly manipulated through the underlying numerical capabilities of your computer system.

Filter by
Sorted by
Tagged with
4 votes
2 answers
118 views

I am trying to make a LogLogPlot of 1/Sqrt[fun[x]] where the function fun[x] is ...
Rob's user avatar
  • 588
2 votes
1 answer
176 views

Consider the following calculations: ...
user13892's user avatar
  • 10.4k
2 votes
1 answer
201 views

I struggled a lot to make a piece of code working. IN the end, it was all about changing all numbers to have high precision, for example I changed ...
user3410765's user avatar
5 votes
2 answers
884 views

I want to calculate the sine of a big integer, e.g., Sin[10^50], but found that N[Sin[10^50]], N[Sin[10^50],10], and N[Sin[10^50],20] give different results: ...
Quantum Physics's user avatar
0 votes
0 answers
82 views

I am relatively new in Mathematica and facing the following issue. I replace the parameters in an expression with a list of values using the function ReplaceRepeated and am getting the error: General::...
KB24's user avatar
  • 23
0 votes
2 answers
256 views

I'm sorry that my unclear statement has caused some misunderstanding. This edit was just to stop misunderstanding, Keep Closed. I don't know if there is another software with a better fit for this ...
babyK's user avatar
  • 457
0 votes
0 answers
91 views

I am trying to plot a function that becomes too small in a certain range (< 10^-320) and can no longer be calculated. Is there a way to change the precision so that it works and the log-log plot ...
Vosoni's user avatar
  • 347
0 votes
0 answers
95 views

Using Mathematica 9.0.1.0 on Mac OS X 10.9.5 (that's the copy we have and the machine we have to use. Updating not possible.) Exporting a number (for instance, ...
iwantmyphd's user avatar
3 votes
1 answer
138 views

Why are packed arrays limited to only a few types? Particularly, why are integer packed arrays limited to signed integers? And is there a way to get the same efficiency you get with packed arrays in ...
OneDeuxTriSeiGo's user avatar
6 votes
3 answers
896 views

Consider the following two numbers: num1=0.0006000000000000001`; num2=0.0006000000000000003`; num2 appeared from ...
John Taylor's user avatar
  • 6,063
1 vote
0 answers
115 views

Import[fileName,"STL"] returns $Failed The file format is so simple that one can calculate the number of triangles in the file by counting the number of BinaryReads to reach EndOfFile. https:...
Stewart Dickson's user avatar
1 vote
1 answer
181 views

I want to plot the difference between $sin(x)$ and its Maclaurin series of order $200$ and more on $[0,1]$. When I run the code ...
Mohamed Mostafa's user avatar
1 vote
0 answers
250 views

I want to do various computations conditional on a given precision for the entire notebook. I use the following code: ...
Tugrul Temel's user avatar
  • 6,439
0 votes
1 answer
97 views

I am trying to evaluate $h(z)=\frac{f(z)}{g(z)}$ at points $z$ close to 0. Here I have taken an example value of $z=\texttt{z1}=10^{-7}$ for demonstration. I notice that evaluating the fraction before ...
sai's user avatar
  • 121
0 votes
2 answers
147 views

This question was from the End-Semester question paper of the previous year of my Course on Wolfram Mathematica - Apparently when I try to code it, something is going wrong with respect to Precision - ...
Venkatakrishnan's user avatar

15 30 50 per page
1
2 3 4 5
16