Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1- Perfect number . find all perfect numbers less than 10,000? using labview pro

ID: 669140 • Letter: 1

Question

1- Perfect number. find all perfect numbers less than 10,000? using labview program.

2- Fibonacci Number. Construct a VI with one numeric input n that bulids an array containing n Fibonacci numbers, beginning with F1. Fibonacci numbers are the sequence of numbers, denoted by Fn , defined by the relation Fn= F n-2 +F n-1 with F1 and F2 =1. table below shows the values of Fn you should obtain for the first few values of n (all input are positve integers)

example Fibonacci numbers:

n=3 =1 1 2

n=4 = 1 1 2 3

n=7 = 1 1 2 3 5 8 13

n=10 = 1 1 2 3 5 8 13 21 34 55

have to use labview

Explanation / Answer

1-

2- check this examples:

This example uses recursive definition of Fibonacci numbers.

This example uses recursive definition of Fibonacci numbers.