An octahedron (not regular) is formed by joining the centers of the faces of a rectangular parallelepiped (see below figure).
Given the dimensions of the rectangular parallelepiped (length, width and height), calculate the volume of the embedded octahedron. Please output the integer part of the volume in modulo 1000003.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers12
Suggested Problems
-
Find the sum of all the numbers of the input vector
54776 Solvers
-
Numbers with prime factors 2, 3 and 5.
683 Solvers
-
Unique values without using UNIQUE function
451 Solvers
-
Lychrel Number Test (Inspired by Project Euler Problem 55)
113 Solvers
-
The Answer to Life, the Universe, and Everything
583 Solvers
More from this Author116
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
I can not get your answers for test4 and test5. I checked using symbolic and obtained different answers from yours after passing tests 1-3 (my volume equation is correct).
Hi David, can you publish your solution, please? Thanks.