search for: sagemath

Displaying 20 results from an estimated 24 matches for "sagemath".

Did you mean: safe_math
2011 Apr 18
4
How to get R to compile with PNG support
Dear R devel list, Good morning; I'm with the Sage (http://www.sagemath.org) project. (Some of you might have seen my talk on this at last summer's useR conference). We have some rudimentary support for using R graphics in various cases, which has proved useful to many of our users who want to go back and forth between R and other capabilities within Sage. Unfortu...
2010 Jun 14
1
Prime Numbers Pkgs
> Looking for a recommended package that handles prime number computations. I'm not sure whether this would be helpful to you, but Sage (http://www.sagemath.org) has excellent number theory support and several ways to interface with R (which is included in the distribution of Sage). I use it myself to access several R packages I need to do analysis on data I produce in Sage/Python, and then send the data back to Sage for further processing. Of course...
2012 Jun 04
1
Problems building R on Solaris (gcc 4.6, 64 bit)
...ild R on Solaris 64-bit using gcc4, and am running into the following error: ld.so.1: R: fatal: relocation error: R_AMD64_PC32: file /home/chander.ganesan/src/r/R-2.15.0/lib/libR.so: symbol main: value 0x28001597b8c does not fit I've noticed - from some lists, and a bug here (http://trac.sagemath.org/sage_trac/ticket/9040) that this isn't an unexpected issue - but I'm wondering if anyone has a fix for it? If not, would someone be willing to develop a permanent fix for it (which I believe I could fund, within reason.) Thank You -- Chander Ganesan Open Technology Group, Inc. 1...
2010 Jun 15
1
building 2.11.1 on solaris 10
Trying to get 2.11.1 built on a solaris 10 machine. This particular machine I do not have root access so I have just created an area under my home to use. I am currently having issues in the src/library area most specifically with getting the datasets area built. Here is the output form my most recent compile: building package 'datasets' all.R is unchanged
2008 Apr 15
2
Sage <--> R integration
Hi R-Devel, The Sage project (http://www.sagemath.org) has been working extremely hard for several years to create a viable free open source alternative to Maple, Matlab, Mathematica, and Magma. Numerous users have requested statistical functionality. Though Sage includes scipy and numpy, which have some statistical functionality, we've decide...
2011 Mar 04
1
Does R use "computed gotos" - a gcc extension of C?
...ngs can cause non-PIC code to be generated even with that option. One is by the use of "computed gotos" which is a gcc extension. I'm wondering if R uses any of these. I'd love to track down this problem, so R can build with gcc. R is used in the Sage maths project http://www.sagemath.org/ and R is the only component of Sage which will not build with gcc on 64-bit Solaris x86. Many components will not build with Sun Studio, but this R issue means we need to have two compilers, not just one. -- A: Because it messes up the order in which people normally read text. Q: Why is t...
2010 Jul 14
3
Mathematica and R
What are some effective ways to leverage the strengths of R and Mathematica for the analysis of a single data set? More specifically, are there any functions that can assist with any of the following? 1. Calling an R function from Mathematica. 2. Calling a Mathematica function from R. 3. Using XML or another reliable data format to pass vectors, matrices, and/or lists from one environment to
2010 Jun 13
1
Failure to load the recommended package Matrix (Was: [R] Can one get a list of recommended packages?)
...run > make check-all > after the installation, particularly since you are on a platform that is not > really mainstream any more. > > Uwe Ligges And if you look at the other R-help message posted by David Kirby you will find a link to the trouble ticket report in Sage as http://trac.sagemath.org/sage_trac/ticket/9201 which, fortunately, contains a link to the compilation log file http://sage.math.washington.edu/home/mpatel/trac/8306/r-2.10.1.p2.log The log file correctly points out the problem, which is that the compiled shared object for the Matrix package can't be loaded because...
2010 Jun 23
1
trouble building R on solaris
Dear all, I just changed from linux to a solaris server and I'm having trouble building R from source. I can't use the binaries because I don't have a permission to write to /usr/local. I followed the online instructions regarding the configuration with readline and the GNU version of iconv: ./configure --prefix=/u/fox/binaries
2008 Jun 07
1
Fail to call AC_CACHE_CHECK on R 2.7.0 for Solaris
I've tried to build R 2.6.1 and 2.7.0 on Solaris 10 update 4 (SPARC) and both configure ok, so you might ask why I suspect there is a problem. I tried to build the maths program Sage http://www.sagemath.org/ version 3.0.3alpha1. Sage fails when building R 2.6.1 - (Sage includes R in the package). The relavant bit of Sage, which is only using an unmodified R configure script is: checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv......
2010 Jun 13
2
[LLVMdev] Bignum development
...en I first had a decent >>> fiddle (been marking exams, so haven't had much time to really get >>> dirty hands, sorry). >>> >>> Of course efficiency is imperative for bignum stuff as it underpins >>> absolutely behemoth projects like Sage (http://www.sagemath.org). >>> Every cycle counts, so to speak. One cycle per limb difference in >>> multiplication makes a nearly 40% difference in absolutely everything >>> for literally many thousands of developers! >> >> Right; improvements are definitely welcome here; you mig...
2010 Jun 12
0
[LLVMdev] Bignum development
...cation last night when I first had a decent >> fiddle (been marking exams, so haven't had much time to really get >> dirty hands, sorry). >> >> Of course efficiency is imperative for bignum stuff as it underpins >> absolutely behemoth projects like Sage (http://www.sagemath.org). >> Every cycle counts, so to speak. One cycle per limb difference in >> multiplication makes a nearly 40% difference in absolutely everything >> for literally many thousands of developers! > > Right; improvements are definitely welcome here; you might want to > take...
2009 Nov 06
1
Web implementation of R?
Hello, Can anyone recommend a good example of web implementation of R? Can't seem to find anything on my own. Thanks in advance! Sam [[alternative HTML version deleted]]
2010 May 31
1
Corrections for Solaris stuff in manual
...ave been less successful: ?x86? builds have failed on tests using complex arithmetic35, whereas on ?amd64? the builds have failed to complete in several different ways, most recently with relocation errors for libRblas.so. ############ I get that when trying to build R within Sage: http://trac.sagemath.org/sage_trac/ticket/9040 ld.so.1: R: fatal: relocation error: R_AMD64_PC32: file /export/home/drkirkby/sage-4.4.2/spkg/build/r-2.10.1.p1/src/lib/libR.so: symbol _init: value 0x228000984acd does not fit There's some info about this problem at http://developers.sun.com/solaris/articles/abou...
2010 Jun 12
0
R can't find gcc library that other programs can.
...g is very odd indeed. ld.so.1: R: fatal: libgcc_s.so.1: open failed: No such file or directory This is despite the location of libgcc_s.so is specified in LD_LIBRARY_PATH, and numerous other parts in Sage link to this library ok. There's some information about the issue here http://trac.sagemath.org/sage_trac/ticket/9201 Does anyone have any suggestions? In particular, do you consider the failure of one or more of those modules sufficiently serious that the build of R should stop, or do you consider some failures like this not so serious, and so it is right for the build to continue? (...
2009 Sep 18
4
R on browser
Hi i can get sites that can r code on browser -- View this message in context: http://www.nabble.com/R-on-browser-tp25508719p25508719.html Sent from the R help mailing list archive at Nabble.com.
2010 Jun 13
0
[LLVMdev] Bignum development
...nt >>>> fiddle (been marking exams, so haven't had much time to really get >>>> dirty hands, sorry). >>>> >>>> Of course efficiency is imperative for bignum stuff as it underpins >>>> absolutely behemoth projects like Sage (http://www.sagemath.org). >>>> Every cycle counts, so to speak. One cycle per limb difference in >>>> multiplication makes a nearly 40% difference in absolutely everything >>>> for literally many thousands of developers! >>> >>> Right; improvements are definitely...
2010 Jun 11
3
[LLVMdev] Bignum development
...only tried multiplication last night when I first had a decent > fiddle (been marking exams, so haven't had much time to really get > dirty hands, sorry). > > Of course efficiency is imperative for bignum stuff as it underpins > absolutely behemoth projects like Sage (http://www.sagemath.org). > Every cycle counts, so to speak. One cycle per limb difference in > multiplication makes a nearly 40% difference in absolutely everything > for literally many thousands of developers! Right; improvements are definitely welcome here; you might want to take a look at what we current...
2010 Jun 11
4
[LLVMdev] Bignum development
Hi all, After searching for a decent compiler backend for ages (google sometimes isn't helpful), I recently stumbled upon LLVM. Woot!! I work on bignum arithmetic (I'm a professional mathematician) and have recently decided to switch from developing GPL'd bignum code to BSD licensed code. (See http://www.mpir.org/ which I contributed to for a while - a fork of GMP). Please bear with
2010 Jun 13
2
[LLVMdev] Bignum development
...> fiddle (been marking exams, so haven't had much time to really get >>>>> dirty hands, sorry). >>>>> >>>>> Of course efficiency is imperative for bignum stuff as it underpins >>>>> absolutely behemoth projects like Sage (http://www.sagemath.org). >>>>> Every cycle counts, so to speak. One cycle per limb difference in >>>>> multiplication makes a nearly 40% difference in absolutely everything >>>>> for literally many thousands of developers! >>>> >>>> Right; improveme...