Solution for Practical Programs


  1. A = size(3x3) with range [7-11]
    B = identity matrix of same size as A.
    Perform operations i) Addition ii) Subtraction iii) Multiplication iv) Element Multiplication.

    Solution. Click Here.
  2. Divide screen as shown in fig given below.
                   
    Plot in screen 3 => y = x3 + 5
    Plot in screen 1 => y = cos(x) in range (0,4*pi) with 100 points in blue color with dotted line.

    Solution. Click Here.
  3. Create a semicircle of radius 8 centered at (3 4) with red lines.

    Solution. Click Here.

  4. P2(Given x=[1 2 3 4 5 ] y=[2 9 28 65 126] find equation of curve which fits best. compare graphically)

    Solution. Click Here.
             

Popular posts from this blog

Shutdown Pc

Ellipse using OpenGl

String Comparisons