Vaasan yliopisto syksy 2011 / orms.1020
Syksy 2011

Kurssin kotisivu: orms.1020

Syksyn 2011 harjoitukset

Exercise Set 1 Week 37:

  1. Make Octave print "Hello World!" to the screen. (Type help disp to get help, or if you are a C programmer, type help printf.)
  2. Exercise 2.1
  3. Exercise 2.2
  4. Make Octave give a wrong answer due to rounding errors.
  5. Visualize the "grading function"

    round( max( 0, min(10p-4, 5) ) )

    where

    p = a + 0.5(1-a)b

    and a is your percentage of points from the exam and b is the percentage of the exercises you have completed, by using the Octave's plotting functions. This exercise is very demanding. See Octave Manual: Plotting for help. Also typing help contourf may be useful.)

Exercise Set 2 Week 38: tehtävät: 1.1 / 1.2 / 2.3 / 2.4 / 2.5 (week 38),

General

Octave Manuals

MatLab Manuals