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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
|
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{enumitem}
\usepackage{hyperref}
\setlist[itemize]{leftmargin=2em}
\begin{document}
\section{Mathematics}
\subsection{Logic & Set Theory}
Symbolic logic and set theory are intertwined and lie at the foundations of mathematics.
\begin{itemize}
\item Boolean Algebra
\item Set Theory
\item Transfinite Numbers
\end{itemize}
\subsection{Propability}
Probability is the quantification of the likelihood that an event or a set of events will occur.
\begin{itemize}
\item Games of Change
\item Bernollis Trials
\item Propability Formulas
\item Propability Distributions
\end{itemize}
\subsection{Applied Mathematics}
\begin{itemize}
\item Optimization
\item Numerical Analysis
\item Dynamic Systems
\item Fractals
\item Game Theory
\item Packing and Covering Objects
\end{itemize}
\subsection{Elementary Math}
System can perform arithmetic operations on underspecified values to determine parity, sign, or other qualities of an expression without knowing exact values.
\begin{itemize}
\item Arithmetic
\item Fractions
\item Percentages
\end{itemize}
\subsection{Algebra}
Algebra studies variables within number systems and the operations acting on numbers and symbols.
\subsection{Geometry}
Geometry studies properties of figures and the underlying space.
\begin{itemize}
\item Plane Geometry
\item Solid Geometry
\item Coordinate Geometry
\item Geometric Transformations
\item High-Dimensional Geometry
\item Packing \& Covering Programs
\item Curves \& Surfaces
\item Polyforms
\item Topology
\item Tilings
\end{itemize}
\subsection{Plotting}
Plotting and graphing visualize the behavior of mathematical functions.
\begin{itemize}
\item Functions
\item Equations
\item Parametric Plots
\item Inequalities
\item Number Lines
\item Polar Plots
\end{itemize}
\subsection{Calculus}
Calculus studies rates of change and measures such as length, area, and volume.
\begin{itemize}
\item Integrals
\item Derivatives
\item Limits
\item Sequences
\item Products
\item Series Expansions
\item Sums
\item Vector Analysis
\item Integral Transforms
\item Applications of Calculus
\item Continuity
\item Domain \& Range
\end{itemize}
\subsection{Differential Equations}
Equations involving functions and their derivatives, including ordinary (ODE) and partial (PDE) differential equations.
\subsection{Statistics}
Statistics involves collection, analysis, and exposition of data.
\begin{itemize}
\item Descriptive Statistics
\item Statistical Inference
\item Regression Analysis
\item Random Variables
\end{itemize}
\subsection{Functions}
A function is a relation between a set of inputs (domain) and possible outputs (codomain).
\begin{itemize}
\item Domain \& Range
\item Injectivity \& Surjectivity
\item Continuity
\item Periodic Functions
\item Odd \& Even Functions
\item Special Functions
\item Number-Theoretic Functions
\item Representation Formulas
\end{itemize}
\section{Science \& Technology}
\subsection{Physics}
Physics studies features of the universe, from natural to manmade phenomena.
\begin{itemize}
\item Mechanics
\item Oscillations \& Waves
\item Statistical Physics
\item Thermodynamics
\item Electricity \& Magnetism
\item Optics
\item Relativity
\item Nuclear Physics
\item Quantum Physics
\item Particle Physics
\item Astrophysics
\item Physical Constants
\item Physical Principles
\item Physical Effects
\item Fluid Mechanics
\end{itemize}
\subsection{Chemistry}
Study of matter from atoms and ions to biomolecules.
\begin{itemize}
\item Chemical Elements
\item Molecules
\item Chemical Ions
\item Chemical Quantities
\item Chemical Reactions
\item Chemical Thermodynamics
\item Chemical Solutions
\item Cheminformatics
\item Quantum Chemistry
\item Functional Groups
\item Bonds & Orbitals
\item Nuclear Chemistry
\end{itemize}
\subsection{Units \& Measures}
Conversion and analysis of standard scientific and everyday measurement systems.
\subsection{Engineering}
Engineering concerns design, construction, analysis, and maintenance of systems using scientific and mathematical principles.
\begin{itemize}
\item Aerospace Engineering
\item Energy Data
\item Electrical Engineering
\item Control Systems
\item Mechanical Engineering
\item Civil Engineering
\item Fluid Mechanics
\item Sound \& Acoustics
\item Steam Tables
\item Measurement Devices
\end{itemize}
\subsection{Health & Medicine}
A healthy lifestyle, knowledge about one's body and access to health care and medicine are essential aspects of human life. From physical exercise to human anatomy to medical tests and diseases, Wolfram|Alpha provides access to computable health and medicine formulas, statistics and knowledge.
\begin{itemize}
\item Physical Exercise
\item Human Anatomy
\item Medical Codes
\item Blood Alcoholic Content
\item Mortality Data
\item Disesases
\item Medical Computations
\item Vision
\item Medical Tests
\item Nuclear Medicine
\item Health-Care Statistics
\item Drugs & Percriptions
\item Public Health
\end{itemize}
\subsection{Technological World}
Human beings have been developing technology for thousands of years, as early as the Stone Age, which saw the dawn of tools used for cultivating crops and making primitive structures, up to the Information Age, which brought the internet. Data allows you to explore the technological world that exists all around us, from satellites used for telecommunication to barcodes used when purchasing items every day.
\begin{itemize}
\item Communications
\item Satellistes
\item Barcodes
\item Space Probes
\item Photography
\item Structures
\item Nuclear Power
\item Nuclear Explosions
\item Carbon Footprint
\item Inventions
\item Web & Computer systems
\end{itemize}
\subsection{Materials}
large volume of data on materials, both manmade and natural, including woods, metals, minerals, plastics and more. Many of these materials have important applications in industry and construction. Physical, thermal, mechanical, optical and processing properties of materials and compare materials by common name or manufacturer specification.
\begin{itemize}
\item Alloys
\item Bulk Materials
\item Material Hardness
\item Minerals
\item Plastics
\item Woods
\item Material Chemistry
\end{itemize}
\subsection{Computational Sciences}
Computational theory and algorithmic structures.
\begin{itemize}
\item Cellular Automata
\item Substitution Systems
\item Turing Machines
\item Computational Complexity
\item Algebraic Codes
\item Fractals
\item Image Processing
\item Hashing
\end{itemize}
\subsection{Earth Sciences}
Study of Earth and its atmosphere, including geology, geodesy, oceanography, and climatology.
\begin{itemize}
\item Geology
\item Geodesy & Navigation
\item Oceanography
\item Athospheric Sciences
\item Climate
\end{itemize}
\subsection{Life Sciences}
Study of living organisms from molecular to organismal levels.
\begin{itemize}
\item Human Anatomy
\item Animal Anatomy
\item Neuroscience
\item Genomics
\item Molecular Biology
\item Animals and Plants
\end{itemize}
\subsection{Space \& Astronomy}
Study of phenomena and technology beyond Earth's atmosphere.
\subsection{Food Science}
Food science is the study of the physical, chemical and biological characteristics of food and how to use this knowledge to select, store and prepare safe, nutritious and delicious food.
\begin{itemize}
\item Food Composition
\item Nutrition
\item Dietary References & Standards
\item Nutrition
\item Food Comparison & Combinations
\item Food Physics
\end{itemize}
\section{Society \& Culture}
\subsection{Education}
Find out what academic degrees students are earning from prestigious universities, compute the average salary for teachers in your local school district, find out more about your SAT and ACT scores, compare student-teacher ratios among countries and much more.
\begin{itemize}
\item International Education
\item Universities
\item School Districts
\item Standardized Tests
\item Education Statistics
\end{itemize}
\subsection{People}
Biographical and demographic analysis of notable individuals and public figures.
\subsection{Arts \& Media}
Exploration of music, films, comics, sculptures, paintings, and related media.
\begin{itemize}
\item Movies
\item Television
\item Video Games
\item Notable Texts
\item Periodicals
\item Comics
\item Fictional Characters
\item Pupular Curves
\item Methology
\item Music
\end{itemize}
\subsection{History}
Generation of timelines, monetary value analysis, and comparison of historical events, inventions, and conflicts.
\begin{itemize}
\item Historical Number
\item Historical Periods
\item Genealogy
\item Historical Events
\item Historical Countries
\item Miliraty Conflicts
\item World Leaders
\item Inventions
\end{itemize}
\subsection{Words \& Linguistics}
Computational and structural analysis of language.
\begin{itemize}
\item Word Properties
\item Languages
\item Document Length
\item Notable Texts
\item Transliterations
\item Morse Code
\item Soundex
\item Character Encodings
\item Emotions
\end{itemize}
\subsection{Money \& Finance}
Analysis of monetary trends and financial instruments.
\begin{itemize}
\item Stock Data
\item Mortgages \& Loans
\item Salaries and Wages
\item Bonds
\item Derivative Valuation
\item Income Tax
\item Sales Tax
\end{itemize}
\subsection{Dates \& Times}
Scientific and historical information about dates, calendars, and time systems.
\subsection{Food \& Nutrition}
Nutritional data and dietary guidelines for foods.
\subsection{Demographic \& Social Statistics}
Statistical analysis of populations and societies.
\begin{itemize}
\item Health Care Statistics
\item Age \& Sex Demographics
\item Gender Equality
\item Business Statistics
\item Citizenship Statistics
\item Crime Statistics
\item Education Statistics
\item Income \& Employment
\item Language Demographics
\item Race \& National Origin
\item Marriage Statistics
\item Geographic Mobility
\item Religion
\item Military Data
\item Human Development Index
\end{itemize}
\section{Everyday Life}
\subsection{Personal Health}
Nutritional data, exercise calculators, and growth tracking.
\begin{itemize}
\item Physical Exercise
\item Food and Nutrition
\item Child Growth \& Development
\end{itemize}
\subsection{Personal Finance}
Financial computation and economic projections.
\begin{itemize}
\item Mortgages \& Loans
\item Stock Data
\item Currency Conversion
\item Cost of Living
\item Gasoline Price
\item Food Price
\item Electricity Price
\end{itemize}
\subsection{Entertainment}
Data on music, films, artworks, and cultural productions.
\subsection{Household Science}
Applications of scientific reasoning to everyday environmental and physical phenomena.
\subsection{Dates & Anniversaries}
\begin{itemize}
\item Calendar Information
\item Celebrations
\item Time Zone Calculations
\item Time Math
\item Anniversaries
\end{itemize}
\subsection{Travel}
Journey into the known with handy travel information
\begin{itemize}
\item Weather
\item Cost of Living
\item Flight Data
\item Gasoline Prices
\item Points of Interest
\item Tracel Distances
\end{itemize}
\subsection{Household Math}
\subsection{Programming}
\subsection{Hobbies}
Algorithms and data for recreational activities and personal projects.
\subsection{Today's World}
Timely statistics on global and national conditions.
\begin{itemize}
\item World Economy
\item Finland Economy
\item Weather
\end{itemize}
\end{document}
|