Displaying 3 results from an estimated 3 matches for "raheem".
Did you mean:
faheem
2004 Feb 29
1
LCG with modulo 2^30
...upto m=2^28.
For m= 2^29 , it says, can not allocate memory for the vector or something
like that.
For m= 2^31 or more, its says the argument "for i in 1:m " is too large in
magnitude.
I tried to increase the memory size but it did not work.
Any help will be appreciated.
Thanks.
Raheem
2008 Oct 13
1
newbie question about running mysql
...start rails from the command prompt. But if I type
"mysql", I get an error saying it is not recognized as an internal or
external command.
MySQL 5.0.51 is installed on my system and I can run it using a GUI
but not from the command prompt. Any ideas how to get across this
hurdle? TIA.
- Raheem
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send...
2004 Nov 14
1
solving system of nonlinear equations
...s with 4 unknowns:
alpha*exp(20/sigma)+ beta*exp(21/tau) = 2
alpha*exp(22/sigma)+ beta*exp(9/tau) = 4
alpha*exp(10/sigma)+ beta*exp(30/tau) = 6
alpha*exp(40/sigma)+ beta*exp(39/tau) = 5
where
alpha = exp(lambda/sigma)
beta= exp(delta/tau)
I need to estimate lambda, sigma, delta, tau
Thanks.
E Raheem