SOLUTION: List all the polynomials of degree exactly two in Z3[t]. Which of these are reducible, which are irreducible?
Z stands for the integers
Algebra.Com
Question 30941: List all the polynomials of degree exactly two in Z3[t]. Which of these are reducible, which are irreducible?
Z stands for the integers
Answer by venugopalramana(3286) (Show Source): You can put this solution on YOUR website!
COEFFICIENTS SHALL BE,0,1,-1 ONLY...SINCE 2 IS SAME AS -1(MOD3),-2=1(MOD3) AND
-3 OR 3=0(MOD3)
HENCE GENERAL SECOND DEGREE POLYNOMIALIS IS
AT^2+BT+C...PUTTING THE ABOVE VALUES WE GET THE FOLLOWING.REDUCIBILITY IS DETERMINED BY CHECKING WHETHER T=0 OR 1 OR -1 YIELDS ZERO VALUE FOT THE QUADRATIC.IF ZERO OCCURS IT IS REDUCIBLE..OTHERWISE NOT...LEGEND..R..REDCIBLE..NR..NOT REDUCIBLE..
1.T^2-T-1..........NR
2.T^2-T...........R...T=0 GIVES ZERO
3.T^2-T+1....NR
---------------
4.T^2-1.....R AT T=1
5.T^2....R AT T=0
6.T^2+1...NR
-----------------
7.T^2+T-1...NR
8.T^2+T...R AT T=0
9.T^2+T+1....R AT T=1...SINCE 3 IS 0(MOD3)
---------------------
10.-T^2-T-1.....R AT T=1
11.-T^2-T....R AT T=0
12.-T^2-T+1...NR
-----------------
13.-T^2-1.....NR
14.-T^2....R AT T=0
15.-T^2+1...R AT T=1
---------
16.-T^2+T-1...R AT T=-1....SINCE -3=0(MOD3)
17.-T^2+T...R AT T=0
18.-T^2+T+1...NR
---------------
RELATED QUESTIONS
List all the polynomials of degree exactly two in Z3[t]. Which of these are reducible,... (answered by venugopalramana)
Find all the exact t-values which are solutions for the following:
1) Sin(t)= Square (answered by richwmiller)
The polynomial in Q[t] determine the rational roots(if any) and factor the polynomial as... (answered by venugopalramana)
in (answered by tommyt3rd)
What are all the exact t-values for which... (answered by lwsshak3)
Which statement(s) is/are correct about the t distribution?.......A. Mean = 0
B.... (answered by jim_thompson5910)
1) Find the smallest positive value of t for which f(t) = 2 sin (2t − π/6) is... (answered by lwsshak3)
``Find all the exact t-values for each which are solutions for the following:
1)... (answered by stanbon)
Given the representation matrix of a linear transformation over the basis B, how to find... (answered by CPhill)