diff options
Diffstat (limited to 'module_assesment_plotting_exp_data.rst')
-rw-r--r-- | module_assesment_plotting_exp_data.rst | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/module_assesment_plotting_exp_data.rst b/module_assesment_plotting_exp_data.rst new file mode 100644 index 0000000..1ac62b9 --- /dev/null +++ b/module_assesment_plotting_exp_data.rst @@ -0,0 +1,35 @@ +Hello friends. + +This tutorial is a self-assessment tutorial and you will be able to assess +yourself on the concepts learnt in the Module "Plotting Expetimental data" + +As with all other assessments we will first start with a few short questions +that will not take you more that 15 to 20 seconds to answer. Then we shall move +on to a bigger problems that should take you about 5 mins. + +{{{ Always show slide and explain the problem }}} + + * What is the shape of plot resulting from the following piece of code:: + + x = linspace(0, 2*pi, 4) + plot(x, sin(x)) + + * #[Nishanth]: Hav to add a simple question on scatter plot + + * #[Nishanth]: Hav to add a simple question on pie chart + + * Input file contains 25 lines of data, each containing 5 values seperated by + spaces. What is the shape of the resulting matrix from the command:: + + loadtxt("input-file.txt", unpack=True) + +{{{ Big problem - 5 mins }}} + +The input file ``pos.txt`` contains two columns of data. The first column +contains x position and second column contains y position of a particle in +flight. Plot the trajectory of the particle. What kind of motion is it? + +.. Author : Nishanth + Internal Reviewer 1 : + Internal Reviewer 2 : + External Reviewer : |