Who helps me create an app that solves exponential equations

Who helps me create an app that solves exponential equations

Please tell us in details

Symbolic or numerical solution?

The first is much more involved than the second.

You could use Taifun's math extension that makes use of Gromada's mXparser library App Inventor Extensions: Math Parser | Pura Vida Apps

or you might be able to use a html or javascript solution in your App inventor app for linear equations or for quadradic equations

Hola layrd.
Varios puntos.

1- Se que hay en youtube ejemplos de como crear ecuaciones de segundo y tercer grado con AI2.
2- Creo que en un repositorio de Extensiones hay un pharser para manejar expresiones matematicas avanzadas. Es un repositorio MUY COMPLETO Y CONOCIDO. Es facil de encontrarlo y creo que la extension es publica.
3- Mas alla de lo que necesitas, te recomiendo que hagas la prueba de hacer algo vos, y pedir ayuda sobre lo que ya creaste, algo concreto, asi seguro no vas a conseguir mucha ayuda, por que vos no mostras tener ningun proyecto, ni avance y es un poco vaga la expresion de la ayuda, en el foro se dan ayudas concretas sobre problemas concretos con explicacion sobre el punto que hay que resolver. No se si fui claro, no es por algun prejuicio, es para ser mas optima la ayuda.
4- Por experiencia personal, te recomiendo hacer la pregunta de la ayuda, con algo ya desarrollado, PERO A TODAS LAS CONSULTAS, HACERLAS EN INGLES, HAY MUCHA MAS GENTE QUE SE COMUNICA EN INGLES QUE EN CASTELLANO, Y QUIZAS GENTE QUE NI HABLA EL INGLES, PERO LO ENTIENDE, Y QUE PUEDE O TIENE LA INTENCION DE AYUDAR.

numérica

It happens that I am not a programmer nor do I study anything related to that, but a teacher put a final project to create an application that solves exponential equations, it is difficult for me because I have to learn a lot about programming to be able to do that project and that takes time. I don't have one, I've been watching the video but it's confusing to me, thanks anyway :+1: :+1: :+1:

If you are not a programmer, it may be difficult for you to achieve it, here is an example of how to do it step by step (in Spanish).

https://www.matesfacil.com/ESO/exponenciales/ejercicios-resueltos-ecuaciones-exponenciales.html

There are websites to do it...
9^{x+1}:+:3:=:28\cdot 3^x

You may need to use JavaScript code to achieve this.