Problem 47843. Compute the arithmetic derivative of integers
The Lagarias arithmetic derivative
is defined for integers such that the derivative of a prime number is 1:
. It also satisfies the Leibniz formula, which resembles the product rule of calculus:
For example, the arithmetic derivative of 15 is
. The Leibniz formula also implies that
.
Write a function to compute the arithmetic derivative of a natural number.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers26
Suggested Problems
-
3479 Solvers
-
Project Euler: Problem 10, Sum of Primes
2078 Solvers
-
Return unique values without sorting
991 Solvers
-
Create a vector whose elements depend on the previous element
773 Solvers
-
Circular Primes (based on Project Euler, problem 35)
644 Solvers
More from this Author316
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!