Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

Drill 1.

I.

MACHINE PROBLEM
1.
2.
3.
4.
5.

II.

VI that solves a quadratic equation of the form ax 2 + bx +c = 0


VI that solves a quartic equation of the form ax 4 + bx2 + c = 0
VI that converts decimal number to 16-bit binary number and vice versa
VI that converts decimal number to octal and vice versa
VI that computes the Students T-score for two sets of sampled data
OBJECTIVES

1. To learn and solve equations in different forms.


2. To convert numbers
3. To be able to use Lab View in computing problems
III.

METHODOLOGY
Screenshots:
1.

The VI solves a quadratic equation function


2.

3.

Converts Decimal numbers to Binary

4.

Converts Binary to Decimal

Converts Decimal to Octal

Converts Octal to Decimal

5.

Computes for the Mean, Sum of the square error, Variance, Standard Deviation, and T-score

IV.

RESULTS AND INTERPRETATIONS


1. Machine Problem 1 The VI gives the correct roots of the quadratic equation.

2. Machine Problem 2 The VI gives the correct roots of the quartic equation.

3. Machine Problem 3 The VI converts the decimal number to its correct 16-bit binary and does
it correctly the other way around.

4. Machine Problem 4 The VI converts the decimal number to its correct Octal and vice versa.

5. Machine Problem 5 The VI produces the correct mean, sums of the error, sample variance,
standard deviation, and t-score.

V.

CONCLUSIONS AND RECOMMENDATIONS


The first machine problem only uses operators and uses the basic formula of finding the roots
of a quadratic equation. The second and the fifth machine problem is the hardest because it
needs to produce complex numbers and has a lot of operator being used. I have learned a lot
in these activities and it is really helpful for me to know more about Lab view.

You might also like