ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 9 Weeks Ago, 2 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Math Posted 21 Apr 2017 My Price 8.00

The solution to the recurrence relation

The attachment that is enclosed with this homework request is Discrete Mathematics work. I am befuddled by these questions. 

 

 

1. There is no one-to-one correspondence between the set of all positive integers and the set of all odd positive integers because the second set is a proper subset of the
first. (True or False)
n
2. The solution to the recurrence relation: T (n) 9T ( ) n 3
3
is… with T (0) T (1) 1 3. Given the recurrence relation
T (n) 4T (n / 2) n with T (0) 1, then T (n) 4. Given the recurrence relation
T (n) 4T (n / 2) n 2 with T (0) 1, then T (n) 5. What is the time complexity (in Θ –notation) in terms of n?
Sum = 0;
for ( i = 0 ; i < n ; i++ )
for ( j = 1 ; j < n4 ; j = 4*j )
sum++; 6. What is the time complexity (in Θ –notation) in terms of n?
sum = 0 ;
for ( i = n ; i ≥ 1; i = i/2 )
for ( j = 0 ; j < n4 ; j = j+2 )
sum++; Properties: (1) reflexive (2) symmetric (3) anti-symmetric (4) transitive
(5) equivalence relation (6) partially ordered
relation 1 2 3 4 5 6 0 The relation R on the set of all people
where aRb means that a is younger
than b no no yes yes no no 1 The relation R on the set of all real
function f:N→R+ where f R g if and
only if f(n) = O(g(n)) 2 The relation R on the set of all real
function f:N→R+ where f R g if and
only if f(n) = Θ(g(n))

Attachments:

Answers

(11)
Status NEW Posted 21 Apr 2017 05:04 AM My Price 8.00

-----------

Not Rated(0)