- Mathematica Data Analysis
- Sergiy Suchok
- 161字
- 2021-07-30 09:43:48
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "In order to import data into Mathematica, the Import
function is used."
A block of code is set as follows:
int main(int argc, char *argv[]) { return WSMain(argc, argv); }
Any command-line input or output is written as follows:
checkdate[x_] := If[DateObject[x] == DateObject["2015JAN"], True, False]
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "To go to further instructions, let's click on the Continue button".
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Moodle Administration Essentials
- C# 從入門到項(xiàng)目實(shí)踐(超值版)
- 技術(shù)領(lǐng)導(dǎo)力:程序員如何才能帶團(tuán)隊(duì)
- 軟件測(cè)試工程師面試秘籍
- 營(yíng)銷數(shù)據(jù)科學(xué):用R和Python進(jìn)行預(yù)測(cè)分析的建模技術(shù)
- 匯編語(yǔ)言程序設(shè)計(jì)(第2版)
- Java:Data Science Made Easy
- Java面向?qū)ο蟪绦蜷_發(fā)及實(shí)戰(zhàn)
- Blender 3D Incredible Machines
- Internet of Things with Intel Galileo
- The DevOps 2.4 Toolkit
- Cocos2d-x Game Development Blueprints
- Xcode 6 Essentials
- Greenplum構(gòu)建實(shí)時(shí)數(shù)據(jù)倉(cāng)庫(kù)實(shí)踐
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)