• Ei tuloksia

Latex exercises

N/A
N/A
Info
Lataa
Protected

Academic year: 2022

Jaa "Latex exercises"

Copied!
2
0
0

Kokoteksti

(1)

Latex exercises

Intsructions

1. Boot the computer in Linux.

2. Create a dircetory, e.g. mkdir sciwriand move there by cd sciwri.

3. Start a browser and save file

http://cs.joensuu.fi/pages/whamalai/sciwri/basiclatex.tex into your directory.

4. Check what a latex file looks like by less basiclatex.tex.

5. Compile the file bylatex basiclatex.tex. The resulting file isbasiclatex.dvi.

(You can always check the contents of the directory by ls orls -la.) 6. Now you can look it by xdvi basiclatex.dvi.

7. If you want to print the document, transform it to postcript by dvips basiclatex.dvi -o basiclatex.ps. If you prefer pdf, use transfor- mation dvipdfm basiclatex.dvi.

8. Use basiclatex.tex as you example, and write your own latex file where you solve the following tasks. You can copy thebasiclatex.tex

and just modufy it. Copying happens bycp basiclatex.tex latexercise.tex (you can invent the name yourself, just remember the suffix .tex).

9. Open your file in an editor. For example, you can use emacs or xemacs. xemacs is heavier to run, but maybe easier to use, if you are used to graphical interphase. In emacs, the file is opened by emacs latexercise.tex.

10. When you finish, you can transfer your file to cs, where it can be accessed from windows, if needed. The command is

scp latexercise.tex user@cs.joensuu.fi:directory, whereuser is your username and directory is the directory name.

1

(2)

Exercises

Give your document title ”Exercises 1” and create a section for each task.

1. Writing lists: Write the following list

Understanding domain

Preprocessing data

Learning the modelfrom data

Interpreting the results

Can you add a sublist into your list?

Understanding domain

Preprocessing data

Learning the modelfrom data – Data mining or

– Machine learning step

Interpreting the results

2. Writing tables: Write the following table

Data Mining Machine Learning Assumptions: Data primarly Model primarly

Model: Often local Global

patterns

Data size: even millions of hundreds or

rows thoudans of rows

3. Writing basic equations by Latex: Write the following expressions by latex.

a) (a+b)2 =a2+ 2ab+b2 b) (a−b)(a+b) = a2−b2 c) n! = 1×2×...×n d) a=v/t

e) 1 + 2 +...+n= (n+1)×n2

2

Viittaukset

LIITTYVÄT TIEDOSTOT

Latex exercises on writing algorithms!. 1

Search at least two useful articles in ACM or IEEE digital libraries related to your topic!. These libraries can be found in Finelib,

• You can start xfig from shell by command xfig (when the file doesn’t have any name) or you can already give it a name by command xfig example.fig.. If you didn’t give any file name

Probably you have blocked your ears with coton-wool and closed your eyes (till the storm blows over ... And when you don't know, you shudder - that things are different,

You can respond in the exam document to the space after the question with a computer or you may write your answer in paper and take photos of the answers and return those,

Your own laboratory has only an old spectrofotometer and you suspect that you could not reach the required LODs and LOQs with complexation techniques combined with the

o When you study for an exam or writing assignments, your mind wanders, and you need to go back in the text again and again. o You postpone your tasks. o You start cleaning

Load the mat file interpData.mat into MATLAB, and perform interpolation of your choosing on the data. Can you guess the