V-antena and Tanimoto's page

谷本の備忘録・雑記帳・work

>

月: 2016年5月

MONTHLY ARCHIVE

リモートデスクトップでMathematicaが立ち上がらなかった。下記のURLにあった解決策を実行したら立ち上がった。
Mathematica on Raspberry pi2 failed starting up under RDP condition. ( RDP disconnected and Mathematica didn’t run) Fortunately I found a solution at the following site.
'https://www.raspberrypi.org/forums/viewtopic.php?f=94&t=131051

――-solution ――
'$ sudo apt-get install libgl1-mesa-swx11

任意精度計算のソフトを見ていたら2つあったので紹介

1. PARI/GP

'http://pari.math.u-bordeaux.fr/

PARI/GP is a widely used computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves…), but also contains a large number of other useful functions to compute with mathema tical entities such as matrices, polynomials, power series, algebraic numbers etc., and a lot of transcendental functions.
( cited from http://rosettacode.org/wiki/Category:PARI/GP)

説明として参考にさせていただいた
'www.sci.u-toyama.ac.jp/~iwao/pari-gp/hokuriku-nt-06-july.pdf

  1. sage

'http://www.sagemath.org/

virtual boxにうまくinstallできなかったので、centos6.5にソースからinstallした。なお、sage-7.0はコンパイルがエラーになったので、sage-6.10をinstallした

'# yum update
'# yum install gcc-gfortran libgfortran

'# wget http://ftp.tsukuba.wide.ad.jp/software/sage/src/sage-6.10.tar.gz
'# tar axvf sage-6.10.tar.gz -C /usr/local/src/
'# ls /usr/local/src
'# chown -R username /usr/local/src/sage-6.10/
~~~~
'# exit

'$ cd /usr/local/src/sage-6.10
'$ make

'$ ./sage
'# cp /usr/local/src/sage-6.10/sage /usr/local/bin
'# nano /usr/local/bin/sage

'# Set SAGE_ROOT to the location of the sage install.
SAGE_ROOT=”/usr/local/src/sage-6.10″

'# chmod a+rX -R /usr/local/src/sage-6.10

理由不明もWindows 8.1にvirtualboxをinstallしようとすると、fatal errorとなり失敗。 Install途中でUSBの設定箇所をinstall対象からはずしたところ、installできた。

My installation trial of virtualbox into windows8.1 failed as fatal error. So I omitted USB support from installation conditions and succeeded the installation
.

V-antena and Tanimoto's page

あなたはIPv4でアクセスしています