Find out base of the equation provided as input (true if within 1e-3).
For example:
eqn='41/3=13'
base =8;%eqn is true when the base of operation is base 8
Another example:
eqn='23+44+14+32=223'
base =5;
Given an input string with an arithmetic equation, return the base making the equation valid (within 1e-3).

Solution Stats

29 Solutions

6 Solvers

Last Solution submitted on May 30, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers6

Suggested Problems

More from this Author63

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!