Problem 1493. Dots in a Diamond
Return how many Diamond Cubic lattice grid points there are inside a 3D sphere of radius r centred at (0,0,0) (including points on the edge).
Set the distance between two adjacent lattice grid points to be e =1. In addition, assume that (0,0,0) is a grid point.
Neither string operations nor interpolations are allowed!
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers22
Suggested Problems
-
Find common elements in matrix rows
2633 Solvers
-
Determine if a Given Number is a Triangle Number
377 Solvers
-
Reverse the Words (not letters) of a String
440 Solvers
-
166 Solvers
-
Get the length of a given vector
10953 Solvers
More from this Author18
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!