Before unpack the tar/tgz file, remove attributes with
xattr -c xAct_1.x.x.tgzthen place the unpacked folder to
~/Library/Wolfram/Applications
xattr -c xAct_1.x.x.tgzthen place the unpacked folder to
ca
Press [Ctrl]+[/]
xa
Press [Ctrl]+[^]
x
Press [Ctrl]+[@]
f(x)=x2+x+1
Input:
f[x_] := x^2 + x + 1
f[1]
Output:
3
:= means delayed assignment, the value will recompute everytime it needed.
= means assign value immediately
** =. means clear assignment
input:
f[x_] := x^2 + x + 1
f[1]
g[y] := x^2 + x + 1
g[1]
output:
3
g[1]
Download from http : www.xact.es . Before unpack the tar/tgz file, remove attributes with xattr -c xAct_1.x.x.tgz then place the un...