The exponential tag has no wiki summary.
0
votes
0answers
41 views
Smoothing of log-distributed periodogram
I use the lomb-scargle periodogram to output information about chemical species in distinct time periods. This produces a distribution that is skewed heavily, with the majority of points and variance ...
0
votes
0answers
35 views
Receiving inf answer to an exponential equation in matlab
I am a beginner in matlab, ive only started using it a very short while ago and im facing a problem with my code. if you could take a look at it and tell me what the problem is i would be gratefull. ...
2
votes
3answers
117 views
Diagonal Matrix Exponential in Python
I'm writing a numerical algorithm with speed in mind. I've come across the two matrix exponential functions in scipy/numpy (scipy.linalg.expm2, scipy.linalg.expm). However I have a matrix that I know ...
2
votes
1answer
32 views
Exponential function in a Tkinter gui
I am having a problem trying to define a exponential function in a Tkinter gui. My Gui is composed by three combo boxes where I can choose different numbers. When I select all numbers it displays a ...
8
votes
2answers
74 views
Why does one of these code segment work while the other throws an overflow
I am working with python and I am trying to find powers of really large numbers but something interesting which happens is that this throws a math overflow
math.pow(1000, 1000)
but this below seems ...
0
votes
2answers
45 views
javascript expand exponential
Found this function here
http://jsfromhell.com/string/expand-exponential
String.prototype.expandExponential = function(){
return this.replace(/^([+-])?(\d+).?(\d*)[eE]([-+]?\d+)$/, function(x, s, n, ...
0
votes
2answers
79 views
Scripting in Applescript - Integer vs Exponential Number Representation
I have code that retrieves cells in an excel file that looks like this:
tell application "Microsoft Excel"
-- put the complete set of data into a list of lists (i.e., 2 dimensions -> columns of ...
3
votes
1answer
175 views
Manipulating the numpy.random.exponential distribution in Python
I am trying to create an array of random numbers using Numpy's random exponential distribution. I've got this working fine, however I have one extra requirement for my project and that is the ability ...
0
votes
0answers
98 views
convert exponential value to zero in sql server
how to replace exponential value with zero in my table in sql server 2008?
if my column value is -3.402823e+38, i need to replace it with zero '0'.
update PowerLine_modbus2_RI set ...
1
vote
2answers
113 views
Setinterval with exponential time decrease
I've got a mousedown event with a setinterval. I want the time of intervals to be variable. So the first one is 500, the second one 500/2 = 250, etc. Any tips?
$plus.mousedown(function(e) {
...
1
vote
1answer
69 views
EWMA on group / bucket of data
I have a time series vector I need to create a trend off of.
I was trying to get the EMA function in R (through the TTR package - I am loading quantmod, and TTR is required) to run over a group of ...
0
votes
1answer
46 views
Fortran output exponentials to file
I'm having trouble writing exponential numbers to a file. If I set output to be in the form E20.8 and have numbers in the range e-99 to e+99, I'm fine. When I try to output a number less than e-99, ...
0
votes
1answer
180 views
how to find the integral of a matrix exponential in python
I have a matrix of the form, say e^(Ax) where A is a square matrix. How can I integrate it from a given value a to another value bso that the output is a corresponding array?
1
vote
1answer
167 views
Implementing the exponential function with basic arithmetic operations
For the purpose of the exercise, I have to implement the exponential function with the most basic arithmetic operations. I came up with this, where x is the base and y the exponent:
function ...
1
vote
3answers
126 views
Exponentiate very large numbers in R
I have the logarithms of very large values, for example:
log_a = 1347
log_b = 1351
And I am trying to solve this expression:
exp(log_a) - (0.1 * exp(log_b))
Or equivalently this (same ...
-1
votes
2answers
274 views
How to solve exponential addition equation in MATLAB? [closed]
I am trying to solve this equation:
e^-(r/12) + 100e^-(5r/12) + A = 0
where A is a constant
How would I go about solving it?
1
vote
1answer
75 views
Cannot create exponential trend line in Gnumeric
I have a small dataset that I am trying to fit with a natural exponential trend line in gnumeric.
The data set is:
y1: 1.948, x1: 2.303
y2: 1.197, x2: 2.996
y3: 0.367, x3: 3.912
y4: 0.109, x4: ...
0
votes
2answers
233 views
Calculating exponential growth equation from data points c#
I am trying to analyse some data using a C# app and need to calculate trend lines. I am aware that there are multiple types of trend line but for now I am trying to calculate exponential growth; I am ...
2
votes
1answer
100 views
Why does this exponential equation return an all-zero array?
I am trying to figure out why I am getting all zeros back in the code below.
a = 7.0e16;
e = 100000;
r = 8.3140;
t = 253:2:325;
k = a.*exp(-e./t.*r);
k returns as 1x37 array consisting of only ...
5
votes
1answer
503 views
Exponential decay curve fitting in numpy and scipy
I'm having a bit of trouble with fitting a curve to some data, but can't work out where I am going wrong.
In the past I have done this with numpy.linalg.lstsq for exponential functions and ...
-2
votes
1answer
33 views
How to compute this Exponention expression [closed]
How to compute the following expression
1*2^1 + 2*2^2 + 3*2^3 + 4*2^4 + … + d*2^d
Thanks!
BTW,I want mathematical deduction.
1
vote
4answers
369 views
Why java converts double to exponential form
I have a problem. In my jsp page I have a textfield which accepts monetary value. When I enter a value such as 66777764 it becomes 6.6777764E7 in my textfield whenever there is a validation error. I ...
2
votes
1answer
278 views
Calculating Exponential Moving Average using Esper
Looking for a way to calculate the Exponential Moving Average over a window of 5 EMA5 and EMA20 using Esper (EPL) statements.
I have a stream of priceEvent (timeStamp , symbol and price) coming in ...
0
votes
1answer
110 views
C double to Exponential round error
I am trying to convert a double value in to an exponential but I get a rounding error.
int main (unsigned int argc, char **argv)
{
float a=293.17;
float b=293.10;
double ULfreq = ...
1
vote
0answers
94 views
Confidence interval for exponential smoothing forecast
I'm using exponential smoothing (Brown's method) for forecasting.
The forecast can be calculated for one or more steps (time intervals).
Is there any way to calculate confidence intervals for such ...
4
votes
2answers
448 views
Force exponential format of ticks LIKE MATLAB does it automatically
I have two plots. In the first plot the values for the y-axis go up to 30000. Therefor, Matlab is labeling the axis instead of '30000' with '3' and the 'x10^4' ABOVE the plot. In the second plot the ...
0
votes
2answers
92 views
C: Adding Exponentials
What I thought was a trivial addition in standard C code compiled by GCC has confused me somewhat.
If I have a double called A and also a double called B, and A = a very small exponential say 1e-20 ...
7
votes
2answers
374 views
Exponential of very small number in python
I am trying to calculate the exponential of -1200 in python (it's an example, I don't need -1200 in particular but a collection of numbers that are around -1200).
>>> math.exp(-1200)
0.0
...
-1
votes
5answers
137 views
How to determine 2^x = 64 [closed]
I know the answer to this question is 6... but I am wondering what the formula is to figure this out.
I will always need to solve for x in this scenario.
TIA
1
vote
5answers
377 views
exponential growth in java, return type array of doubles
Im working on a CS assignment and Im having a little trouble understanding how to output an array of doubles that represent the amt of money in a bank account at increments of time given a user ...
0
votes
2answers
356 views
python, exponential and decimal float
I want to save an array with floats to at file with numpy.savetxt().
The floats have to be decimals (so non-exponential!)
The code is as follows:
wav = 1./w
wav = np.array(sorted(wav))
efittet = ...
1
vote
1answer
288 views
Exponential scaling of an axis in Gnuplot
A logarithmic scale is useful if you care more about the variations in data for small numbers than those for large numbers. An exponential scale should be useful for the opposite use case—i.e., ...
0
votes
0answers
225 views
R: Exponential covariance matrix
I would like to calculate a covariance matrix where the matrix components are obtained by an exponential moving average (i.e. S(t)=a*Y(t)+(1-a)*S(t-1)).
It seems to me that mewma should do that but ...
0
votes
1answer
127 views
How to convert double value to exponential in xslt
I need to convert double value to exponential value by using xslt, and i think this we can do by using format-number function but i don't 've any idea how to convert by using this so any one help me ...
0
votes
2answers
336 views
exponential random numbers with a bound in matlab
I want to pick values between, say, 50 and 150 using an exponential random number generator (a flat hazard function). How do I implement bounds on the built-in exponential random number function in ...
-5
votes
4answers
196 views
How to calculate and print 3^9999 in c++?
can someone explain how to let operations like 3^9999 work in c++, as i found, if number is too long it causes problems. I've heard that there is a way to work it out. (Please do not suggest any ...
0
votes
1answer
203 views
Exponential Precision [print double, tiny number]
Is there a way of printing with EXPONENTIAL PRECISION ?
I need to fill up some data with tiny numbers and compare those after....
I have like this:
(0) - Mesured estimatedTime for multithread in ...
2
votes
1answer
102 views
Stored procedure for the Exponential in postgresql
In PostgreSQL I'm getting the error:
ERROR: argument for function "exp" too big
SQL state: 22003
I need to write a stored procedude for the Exponential as:
If exp(value) throws argument for ...
-3
votes
2answers
1k views
1e-9 or -1e9, which one is correct? [closed]
I am assigned some old code and when I was reading through it, I noticed it had these in the form of:
float low = 1e-9;
float high = 1e9;
float lowB = 1e-9;
float highB = 1e9;
float lowL = 1e-9;
...
-3
votes
1answer
263 views
Mathematic non linear equation solver
I need to solve below equation for the x using mathematica,basically i need numberical values for x,interms of A,B,K,a and b
Ax^(-a)+Bx^(-a-b)=K
6
votes
5answers
227 views
Exponentiation in Ruby 1.8.7 Returns Wrong Answers
I met this problem when I tried to compute 3**557 in irb.
Ruby and MacRuby both are installed in my Mac (OS X 10.8). And the version of ruby is 1.8.7, of MacRuby 0.12 (ruby 1.9.2).
rib and macirb gave ...
0
votes
2answers
133 views
Convert 7.346000E-001 or 7.3460000E+000 to Double
I'm trying to convert a string value to Double but I sill get error saying that the format is incorrect.
My Strings are represented like this : 7.346000E-001, 7.3460000E+000
Is there another way to ...
2
votes
1answer
2k views
Which function grows faster, exponential or factorial?
Which function grows faster, exponential (like 2^n, n^n, e^n etc) or factorial (n!)?
Ps: I just read somewhere, n! grows faster than 2^n.
4
votes
1answer
451 views
Simplifying the Big-O Complexity of this Exponential Algorithm
I have a counting algorithm for which I am trying to get a general big-o description. It is horribly nested and horribly exponential. Here it is:
1. For each T_i in T
2. For k = 1 to max_k
3. ...
1
vote
1answer
72 views
PHP - weird, non-consistent results from pow()
I have this line in 2 different files but in the same application.
pow(36, 8);
One returns -INF while the other returns 2821109907456
Is there any external factors that I am not aware of that ...
0
votes
1answer
44 views
Rotate back to 0 degrees Logarithmically
When the user releases their finger I want my sprite to rotate back to 0 degrees. At the moment it is done like this:
if (touching == NO && rotationValue != 0)
{
if (rotationValue < ...
0
votes
2answers
70 views
How to determine a scale factor for a certain set of experimental values
I have a set of experimental values. For instance, I have a value of 1120 pixels and I need to have some kind of factor z to multiply these 1120 pixels to get a value of approximately 1.15. ...
0
votes
2answers
231 views
mysql calculate 5 day exponential moving average
I have the following query which calculates a 5 day simple moving average. I want to change query to a 5 day exponential moving average
DROP TABLE IF EXISTS t;
CREATE TABLE t (id int,item int, dt ...
1
vote
1answer
217 views
scilab - find the integral of an exponential with matrix
How do I do this:
H = integral( exp(At) * B dt), from 0.0 to 0.1?
The objective is to develop a discrete state observer from a continuous one.
However, a never get a answer from scilab.
0
votes
3answers
229 views
Mathematica - plotting an array with values and exponential function
I have a question about mathematica. I have an array with values called tempDep:
...

