- CS-E4004
- 3. B. Related science skills
- 3.1 B. Related science skills exercises
B. Related science skills exercises¶
- See related science skills material here
Data management¶
A+ presents the exercise submission form here.
Jupyter¶
Save this
notebook file to your desired directory. Move to that directory before you launch jupyter-lab. You should see
the file “jupyter_examples.ipynb” on your jupyter-lab browser. Open it and follow instructions.
After you have finished the exercise, download the filled notebook file (.ipynb) and submit. Your submission will be manually evaluated by course staff.
You may submit this exercise once.
If you experience any problems with running Jupyter, please refer to this guide
A+ presents the exercise submission form here.
LaTeX¶
In this exercise you should follow instructions to construct a LaTeX document. Here is a good additional source into basic functionalities of LaTeX.
- First page of your document should contain a title, author name and date. Also remember to add a documentclass in the beginning of the document.
- On second page of the document you should add table of contents.
- On third page add page numbering starting from the second page, not on the front cover or table of contents page.
- Working on the third page, create a section with title “Maths” and add there a subsection “Pythagorean theorem”. Under the subsection, display the pythagorean equation and explain briefly what do the variables a, b, and c represent.
- Practise test formatting in your previous answer by bolding each variable when you explain what they mean.
- Working with your previous answer, add a function f(x) = x^2 and center it.
- Add another section “Figure” where you should add a graph or an image.
- Create a table that is centered.
- Add another section “Referencing” and using BibTeX generator, add references for the graph/image you used in 3. and achieve a reference list in the end of your document.
Here
you can see an example of a built document.
You get 3 submissions for this exercise for the following files:
- Submit your .tex source file. You should not submit the output pdf file. Your submission will be manually evaluated by course staff.
- Submit the graph/image that you used
- Submit your .bib file for the references
A+ presents the exercise submission form here.