Recent content by Evil Robot
-
E
Basic invertible matrix theorem proof.
If A and B are invertible matrices, can anyone prove that (AB)^(-1) = B^(-1)*A^(-1) ? This is not exactly the problem, I have, but my group theory problem is isomorphic to it :).- Evil Robot
- Thread
- Matrix Proof Theorem
- Replies: 2
- Forum: Introductory Physics Homework Help
-
E
Undergrad Math geniuses: Design a function that gives this output
What is the dustbin packing algorithm? Is it polynomial in nature? What are the best algorithms for prime factoring? Are they polynomial (guessing no here)?- Evil Robot
- Post #13
- Forum: General Math
-
E
Undergrad Math geniuses: Design a function that gives this output
Yep, I noted that in my post :).- Evil Robot
- Post #6
- Forum: General Math
-
E
Undergrad Math geniuses: Design a function that gives this output
The other angle of attack I could think of is recursive, with the base case having two cases: Case 1: Being one integer: n. Case 2: Given: a positive integer n Return: two positive integers {a,b} such that a*b=n, the variance of {a,b} is minimized, and a>=b. The return might also be...- Evil Robot
- Post #4
- Forum: General Math
-
E
Undergrad Math geniuses: Design a function that gives this output
No, it's not homework. I've managed to reduce it to a problem of combinatorially grouping the prime factors of an integer, but more than that is beyond me (i.e. minimizing the difference between the factors chosen and the cube root of the number)- Evil Robot
- Post #3
- Forum: General Math
-
E
Undergrad Math geniuses: Design a function that gives this output
A general algorithm works too. Given: a positive integer n Return: three positive integers {a,b,c} such that a*b*c=n, the variance of {a,b,c} is minimized, and a>=b>=c. The return might also be understood as "give the (integer) dimensions of the cubiest cuboid of volume n". I suspect...- Evil Robot
- Thread
- Design Function Output
- Replies: 15
- Forum: General Math