-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes-about-mathematica.html
142 lines (134 loc) · 6.95 KB
/
notes-about-mathematica.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html lang="en">
<head>
<title>Notes about Mathematica - You don't need to prove this</title>
<link href="https://newptcai.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="You don't need to prove this Full Atom Feed" />
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="https://newptcai.github.io/theme/css/w3.css">
<link rel="stylesheet" type="text/css" href="https://newptcai.github.io/theme/css/style.css">
<link rel="stylesheet" type="text/css" href="https://newptcai.github.io/theme/css/jqcloud.css">
<link rel="stylesheet" type="text/css" href="https://newptcai.github.io/theme/css/all.min.css">
<link rel="stylesheet" type="text/css" href="https://newptcai.github.io/theme/css/shariff.min.css">
<link rel="stylesheet" type="text/css" href="https://newptcai.github.io/theme/css/pygments-highlight-github.css">
<!-- JavaScript -->
<script src="https://newptcai.github.io/theme/js/jquery-3.5.1.min.js"></script>
<script src="https://newptcai.github.io/theme/js/jqcloud.min.js"></script>
<!-- Meta -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="HandheldFriendly" content="True" />
<meta name="author" content="Xing Shi Cai" />
<meta name="description" content="I am trying to use more and more computer algebra system in my work. Here I collect some useful links …" />
<meta name="keywords" content="Mathematica, CAS">
<!-- Facebook OpenGraph -->
<meta property="og:site_name" content="You don't need to prove this">
<meta property="og:title" content="Notes about Mathematica - You don't need to prove this" />
<meta property="og:description" content="I am trying to use more and more computer algebra system in my work. Here I collect some useful links …" />
<meta property="og:image" content="https://newptcai.github.io">
<meta property="og:type" content="article" />
<meta property="og:url" content="https://newptcai.github.io/notes-about-mathematica.html" />
<meta property="og:locale" content="de_DE" />
<meta property="og:locale:alternate" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Notes about Mathematica - You don't need to prove this">
<meta name="twitter:description" content="I am trying to use more and more computer algebra system in my work. Here I collect some useful links …">
<meta name="twitter:image" content="https://newptcai.github.io">
</head>
<body>
<div class="w3-row w3-card w3-white">
<header id=banner>
<!-- AUTHOR INITIALS-->
<a href="https://newptcai.github.io" id=logo title="Home">XS</a>
<nav id="menu">
<ul>
<li><a href="https://newptcai.github.io/pages/research.html">Research</a></li>
<li><a href="https://newptcai.github.io/pages/teaching.html">Teaching</a></li>
<li class="active"><a href="https://newptcai.github.io/category/math.html">math</a></li>
<li ><a href="https://newptcai.github.io/category/mumble.html">mumble</a></li>
<li ><a href="https://newptcai.github.io/category/photo.html">photo</a></li>
</ul>
</nav>
</header>
</div>
<br>
<article>
<header class="w3-container col-main">
<h1>Notes about Mathematica</h1>
<div class="post-info">
<div class="w3-opacity w3-margin-right w3-margin-bottom" style="flex-grow: 1;">
<span> Posted on Tue 25 September 2018 in <a href="https://newptcai.github.io/category/math.html" style="font-style: italic">math</a>
</span>
</div>
<div id="article-tags">
<span class="w3-tag w3-light-grey w3-text-red w3-hover-red">
<a href="https://newptcai.github.io/tag/mathematica.html" title=" All posts about Mathematica
">#Mathematica</a>
</span>
<span class="w3-tag w3-light-grey w3-text-red w3-hover-red">
<a href="https://newptcai.github.io/tag/cas.html" title=" All posts about Cas
">#CAS</a>
</span>
</div>
</div>
</header>
<br>
<div class="col-main w3-container">
<main id="article-content">
<p>I am trying to use more and more computer algebra system in my work. Here I collect some useful
links regarding Mathematica. (I also use SageMath and Maple occasionally.)</p>
<h2>General</h2>
<ul>
<li><a href="https://mathematica.stackexchange.com/q/18393/52526">What are the most common pitfalls awaiting new users?</a>--read this, everyone!</li>
</ul>
<h2>Programming nuances</h2>
<p>This programming language can get a bit tricky!</p>
<ul>
<li><a href="https://mathematica.stackexchange.com/q/20766/52526">Enforcing correct variable bindings</a></li>
<li><a href="https://reference.wolfram.com/language/tutorial/AssociatingDefinitionsWithDifferentSymbols.html">Upvalues</a></li>
<li><a href="https://mathematica.stackexchange.com/a/569/52526">Difference between Block, Module, and With</a></li>
<li><a href="https://mathematica.stackexchange.com/q/20766/52526">Binding variables correctly</a></li>
</ul>
<h2>Pattern matching</h2>
<ul>
<li><a href="https://mathematica.stackexchange.com/q/174361/52526">How to much variables with default value?</a></li>
</ul>
<h2>Typesetting</h2>
<ul>
<li><a href="https://mathematica.stackexchange.com/q/180107/52526">How to customize traditional form for inactive functions?</a></li>
<li><a href="https://mathematica.stackexchange.com/q/180997/52526">How to define floor/ceiling like Traditional Form?</a></li>
</ul>
<h2>Notebook settings</h2>
<ul>
<li><a href="https://mathematica.stackexchange.com/q/173885/52526">How to have different $Assumptions for each notebook?</a></li>
</ul>
<h2>Version control</h2>
<ul>
<li><a href="https://mathematica.stackexchange.com/a/26180/52526">How to use git with Mathematica</a></li>
</ul>
</main>
<br>
<footer>
<div class="adjust-width">
<div id="author-block" class="w3-light-grey w3-border">
<img style="width: 35px; height: 56px; margin-left:50px;" src="https://newptcai.github.io/theme/images/bookmark-red.png" alt="bookmark"></img>
<div id="author-info">
<a href="https://newptcai.github.io/authors.html#xing-shi-cai"><img
style="width: 60px; height: 60px;" src="https://newptcai.github.io/authors/xing-shi-cai.png" onerror="this.src='https://newptcai.github.io/theme/images/avatar.png'"></img>
</a>
<div style="margin-left: 20px; margin-top: 15px;">
<a href="https://newptcai.github.io/authors.html#xing-shi-cai"><span id="author-name" class="w3-hover-text-dark-grey">Xing Shi Cai</span></a>
<p id="author-story" style="max-width: 500px;"></p>
</div>
</div>
</div>
</div>
<br>
</footer>
</div>
</article>
<br>
<script src="https://newptcai.github.io/theme/js/shariff.min.js"></script>
</body>
</html>