600字范文,内容丰富有趣,生活中的好帮手!
600字范文 > [math][mathematica] archlinux 下 mathematica 的安装 (科学计算软件 mathematica/matlab/sagemath)...

[math][mathematica] archlinux 下 mathematica 的安装 (科学计算软件 mathematica/matlab/sagemath)...

时间:2022-07-11 15:38:51

相关推荐

[math][mathematica]  archlinux 下 mathematica 的安装 (科学计算软件 mathematica/matlab/sagemath)...

ONLINE: /

GPL: segamath: /

famous and not free:

mathematica: /mathematica/?source=nav

matlab: /products/matlab.html

来自网络的评价: mathematica很学院很严谨很漂亮. matlab很实用很强大很工程但是不优美. 好比lisp与C的区别.

GUN:

/software/octave/

兼容matlab语法.

秉持着少走弯路(GUN/GPL总是bug比较多的--!!!), 不怕盗版( whatever no free ), 好看最重要. 的三个原则.

首选 mathematica 来做入门尝试, 而且比较上学的时候学过. 当然学过也等于没学过......

/index.php/Mathematica

安装:

/home/tong [tong@T7] [10:24]> yaourt -S mathematica

这样装是不好使的.

1.

到AUR下载下来 PKGBUILD文件, 打开看会发现需要一个Mathematica_11.2.0_LINUX.sh的安装脚本.

/packages/mathematica/

2.

到官方网站注册帐号, 可以申请下载免费的试用版本, 也就是那个.sh, 共4.5GB

/mathematica/trial/

3. 安装

还是yaourt, 把PKGBUILD改一改, 让他找到sh脚本, 不再赘述.

之后, 定然安装成功.

方法二: 手动安装 (实际上是因为我PKGBUILD没改对, 所以没成功....)

/home/tong/makepkg/mathematica [tong@T7] [11:48]>wget /cgit/aur.git/snapshot/mathematica.tar.gz/home/tong/makepkg/mathematica [tong@T7] [11:48]> ln -s ../../Software/Mathematica_11.2.0/Mathematica_11.2.0_LINUX.sh Mathematica_11.2.0_LINUX.sh/home/tong/makepkg/mathematica [tong@T7] [11:48]> makepkg

作为之后, 会在当前目录生成安装包:

/home/tong/makepkg/mathematica [tong@T7] [11:52]> lsmathematica-11.2.0-1-x86_64.pkg.tar Mathematica_11.2.0_LINUX.sh pkg PKGBUILD src

用pacman安装, 竟然有8个G这么大...

/home/tong/makepkg/mathematica [tong@T7] [11:54]> sudo pacman -U mathematica-11.2.0-1-x86_64.pkg.tarloading packages...resolving dependencies...looking for conflicting packages...Packages (1) mathematica-11.2.0-1Total Installed Size: 8116.28 MiB

至此, 安装成功:

进入下一步, 激活....

4. 破解, 当然我希望大家都去支持正版.... (捂脸)

简单的说, 就是用个windows下的注册机, 拿到注册码, 就可以了, 方法如下:

如此好的教程, 怒转https://tiebamma.github.io/InstallTutorial/

/p/4024190694

第一次执行 mathematica 之后会要求系列码, 这时点击左下角的 "使用其他方式激活" -> "手动激活", 这是能看见一排数字 "MathID"

将它们输入到keygen中, 会产生 activation key 和 password.

输入到mathematica中, 即完成激活.

最后, 免费赠送一篇, 入门教程.

/post/568105/

-------------------------------------- 更新两个问题 --------------------------------

1. 安装过程中, 根目录下新建了一个文件夹 'Wolfram Mathematica'

这很丑, 放在这个地方, 那么怎么改了它呢. 首先他是由xdg决定的.

Mathematica 11 automatically creates a document folder 'Wolfram Mathematica' in $UserDocumentsDirectory, which is set by Mathematica according to XDG user directories.

再看xdg, 有一个工具包可以自动设置,xdg-user-dirs, 安装它

/home/tong [tong@T7] [18:09]> sudo pacman -S xdg-user-dirs

运行之后, 产生如下效果:

/home/tong [tong@T7] [18:18]> xdg-user-dirs-update /home/tong [tong@T7] [18:18]> cat .config/user-dirs.dirs # This file is written by xdg-user-dirs-update# If you want to change or add directories, just edit the line you're# interested in. All local changes will be retained on the next run# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an# absolute path. No other format is supported.# XDG_DESKTOP_DIR="$HOME/Desktop"XDG_DOWNLOAD_DIR="$HOME/Downloads"XDG_TEMPLATES_DIR="$HOME/Templates"XDG_PUBLICSHARE_DIR="$HOME/Public"XDG_DOCUMENTS_DIR="$HOME/Documents"XDG_MUSIC_DIR="$HOME/Music"XDG_PICTURES_DIR="$HOME/Pictures"XDG_VIDEOS_DIR="$HOME/Videos"

2. fcitx输入法不能使用, 也就是说不能输入中文.

fixed @-11-08

[daily][mathematica][fcitx] mathematica 无法输入中文的问题

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。