Author Topic: Math Community Quiz  (Read 50391 times)

0 Members and 2 Guests are viewing this topic.

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Math Community Quiz
« Reply #90 on: January 17, 2011, 11:19:08 pm »
Hehehe, mwahahahaha. Eh-zactly. So I wonder what magic this next question will perform...?

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Math Community Quiz
« Reply #91 on: January 18, 2011, 10:35:28 pm »
Given a square matrix M (2 x 2 matrix), and it's determinant, and that some matrix K multiplies by M gives the 2 x 2 matrix N, find K.

You are given det(M)=12.  All values in M are prime.
You are given det(K)=-1316.  All values but one in K are prime.
You are given N=[ [ 252 , 1792 ] [ 384 , 2668 ] ]

Knowing the matrix K multiplied times the matrix M = N, find K and M.
« Last Edit: January 20, 2011, 10:40:47 pm by graphmastur »

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Math Community Quiz
« Reply #92 on: January 18, 2011, 10:58:47 pm »
that's eerie. i found 1316 matrices which are all prime and have the determinant -1316. working on the other part though. (between the primes 2-499 that is)
« Last Edit: January 18, 2011, 10:59:03 pm by nemo »


Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Math Community Quiz
« Reply #93 on: January 18, 2011, 11:00:34 pm »
that's eerie. i found 1316 matrices which are all prime and have the determinant -1316. working on the other part though. (between the primes 2-499 that is)
Yep, that sounds about right.  I have two matrixes that I have, but I think there might be an infinite number of them.  Who knows.

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Math Community Quiz
« Reply #94 on: January 18, 2011, 11:25:58 pm »
i just tried prime numbers under 1000, found 3868 matrices with a -1316 determinant and 6366 with a 12 as its determinant. should i have found two that multiply together to get N by now?

and it doesnt work up to 2000, i get the feeling going higher is useless, and i probably have a bug in my program somewhere i can't find. i feel kind of bad making java loop a hundred million times.
« Last Edit: January 18, 2011, 11:45:55 pm by nemo »


Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Math Community Quiz
« Reply #95 on: January 20, 2011, 09:25:02 pm »
Has anyone made any progress on this?

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Math Community Quiz
« Reply #96 on: January 20, 2011, 09:27:37 pm »
i'm working just not having much time trying to learn C++ and my compiler won't work so reinstalling it and my IDE.
Have Algebra work and English Homework :banghead: :mad:
I'm making a little headway should be done soon if I have time to work on it
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Math Community Quiz
« Reply #97 on: January 20, 2011, 09:28:46 pm »
Has anyone made any progress on this?

i'm just waiting for you to tell me if i should find the matrix within the first 1000 primes. i.e. i took all the matrices comprised of the first 1000 times whose determinant is 12 and multiplied them by all the matrices comprised of the first 1000 times whose determinant is -1316, and i still didn't get a product of N. is my program broke? or is it larger than that (in which case, i'm not wasting 10 minutes of my time waiting on the JVM to multiply primal matrices.)


Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Math Community Quiz
« Reply #98 on: January 20, 2011, 09:30:22 pm »
I thought that was a bug in my program I didn't get any either.
graphmastur are there any under 1000 if not how high do we need to set the upper limit
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Math Community Quiz
« Reply #99 on: January 20, 2011, 09:31:13 pm »
Actually, every prime is under 100.

EDIT: People seem to be having difficulty with this, and I've gone over all the math, and I see why.

N=MK, not KM.
KM=[ [ 1832 , 1636 ] [ 1228 , 1088 ] ]
MK=[ [ 252 , 1792 ] [ 384 , 2668 ] ]
« Last Edit: January 20, 2011, 10:03:39 pm by graphmastur »

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Math Community Quiz
« Reply #100 on: January 20, 2011, 09:59:30 pm »
Actually, every prime is under 100.

that's good to know, now my program executes quickly... but to no avail, i cannot find the two matrices.


Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Math Community Quiz
« Reply #101 on: January 20, 2011, 10:03:59 pm »
Actually, every prime is under 100.

that's good to know, now my program executes quickly... but to no avail, i cannot find the two matrices.
See my post edit just above yours.

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Math Community Quiz
« Reply #102 on: January 20, 2011, 10:10:16 pm »
Actually, every prime is under 100.

that's good to know, now my program executes quickly... but to no avail, i cannot find the two matrices.
See my post edit just above yours.

one step ahead of you, i anticipated that possibility and already ran my program for KM, MK, KK and MM. could you define 2x2 matrix multiplication for us?
Code: [Select]
[2, 5]   *   [11, 29]   =  [87 , 143]
[7, 9]       [13, 17]      [194, 356]

is this correct matrix multiplication?


Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Math Community Quiz
« Reply #103 on: January 20, 2011, 10:12:51 pm »
Actually, every prime is under 100.

that's good to know, now my program executes quickly... but to no avail, i cannot find the two matrices.
See my post edit just above yours.

one step ahead of you, i anticipated that possibility and already ran my program for KM, MK, KK and MM. could you define 2x2 matrix multiplication for us?
Code: [Select]
[2, 5]   *   [11, 29]   =  [87 , 143]
[7, 9]       [13, 17]      [194, 356]

is this correct matrix multiplication?
Yes, that is the correct way to do matrix multiplication.

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Math Community Quiz
« Reply #104 on: January 20, 2011, 10:25:48 pm »
alright, this is the closest i've come.

Code: [Select]
K:
[ 5 ][ 83 ]
[ 17 ][ 19 ]

M:
[ 13 ][ 11 ]
[ 19 ][ 17 ]

Product M * K:
[ 252 ][ 1288 ]
[ 384 ][ 1900 ]


i found 8 matrices which had 2668 as their last element (both MK and KM).