Mathematics Homework Solutions

Matrices : Union, Intersection, Composition and Symmetric Different

Let R1 and R2 be relations on a set A. represented by the matrices: M R1 0 1 0 M R2 0 1 0 1 1 1 0 1 1 1 0 0 1 1 1 find the matrices that represent ( show all work) a) R1 union R2 b) R1 intersection R2 c) R2 º R1 (composition) d) R1 º R1 (comp ...continues

Cardinality, Countability and Denumerable Sets

1. Show that if A and B are countable and disjoint, then A U B is countable. 2. Show that any set, A, of cardinality c contains a subset, B, that is denumerable. 3. Show that the irrational numbers have a cardinality c. 4. Show that if A is equivalent to B and C is equivalent to D, then A x C is equivalent to B x D. ...continues

2 Problems

6. Let (G, *) be a group. Show that each equation of either the form ax = b or the form xa = b has a unique solution in G. 7. Show that (R - {1}, *), where a * b = a + b + ab is a group

Algebraic Structures, Inverses, Finite Group, Identity

5. Let (A, *) be an algebraic structure, and suppose that A is associative, has an identity, e, and that a Є A has an inverse. Show that if ax = ay, then x = y. 8. Let G be a finite group with identity e, and let . Show that there is an n Є N with a^n = e (Hint: Consider the set {e, a, a2 , …, am }, where m is ...continues

Denumerable and Induction

1. Show that if A and > are denumerable disjoint sets then A u > is denumerable 2. Show that every set of cardinalty c contains a denumerable subset 3. Show by induction that 6 divides n^3 - n for all n in N

Sets : Examples that Satisfy Specific Properties - Bounded Above or Below and Integers

In each part of this problem, display an example of a set M with the specific property or properties. a) M does not equal R (R is the set of all real numbers), but M is bounded neither above nor below. b) M is bounded above but fails to contain its least upper bound. c) M is the set of integers that contains neither a s ...continues

Big O notation

i) Show that x^3 is O(x^4) but x^4 is not O(x^3) ii)Show that xlnx is O(x^2) but x^2 is not O(xlnx) iii)Show that a^x O(b^x) but b^x is not O(a^x) if 0 < a < b (0 = zero) iv)Show that 1^k + 2^k+...+n^k is O(n^(k+1)) for every positive integer k

Recursive algorithms

Write a recursice algorithm to find x^n mod m whenever n,x and m are positive integers based on the fact that : x^n mod m = (x^(x-1) mod m * x mod m)mod m

Congruences

Find all common solutions to the congruences (in the following notations the = is meant to be a congruence symbol) x=2(mod 3), x=1(mod 4), x=3(mod 5), x=4(mod 7)

LCM/ GCD proof

Prove for all positives integers x and y that Lcm(5x,7y) = 5* 7 * x*y ----------------------- gcd(x*gcd(5,y),7y)

Browse