Proyecto Final: Calculadora de Derivadas e Integrales.

Programming-Edmo

Hola a todos!

Este post es sobre mi proyecto final de programación en C++, para lo cual mi equipo y yo decidimos crear una calculadora que pueda resolver integrales y derivadas que el usuario elija. Dicho lo anterior, buscamos la creación de un programa que fuera útil para nosotros y para las personas que quieran utilizarlo, creando el programa con fines prácticos para los estudiantes y sin duda alguna muy amigable y fácil de entender para el usuario. Para ello necesitamos aplicar los conocimientos adquiridos a lo largo del curso, a través del uso de funciones, vectores, librerías, entre otros.

Durante la creación de este proyecto nos enfrentamos a muchísimos problemas, ya que necesitamos crear tres diversos programas para la función del original (INTMAIN), donde pedimos todos los valores al usuario para su uso. Cabe destacar que usamos el software de VISUAL STUDIO 2012 para la creación de nuestro programa…

Ver la entrada original 252 palabras más

Leer Más "Proyecto Final: Calculadora de Derivadas e Integrales."

Exam #2

This wsq we have to do the corrections of the partial exam #2 Here you can check the superpower code Here you can check the fibonacci code Here you can check the T triangle code Here you can check the distance code

Leer Más "Exam #2"

Word Count

In this WSQ we have to make up a program that count the number of word has a text. Example: if we type to search the word «cat» the program will print the number of times that the wprd «cat» is repeated. Here is my code You can check my code here on Github.  

Leer Más "Word Count"

Course Review

Este post lo haré en español para que sea mas fácil expresarme. Yo pienso que este método de aprendizaje no es fácil para todos, en especial a mi me ayudo mucho para mejorar aspectos de mi vida como por ejemplo la responsabilidad de subir los post sin tener algún calificación o una fecha de entrega. […]

Leer Más "Course Review"

Quiz 7

In this quiz we have to make a function that makes the dot product of two diferent lists. Example: the first list is [2,4,5,6] and the second is [1,2,3,4] the result will be 49 (2*1)+(4*2)+(5*3)+(6*4) = 49 Here is the code You can check my code here on Github.

Leer Más "Quiz 7"

Quiz #6

For this quiz we had to write a function to calculate the greatest common denominator of two positive integers using Euclid’s algorithm. So here is my code in Atom And you can have a look of how the program works As always you can check ot here my code in Github  

Leer Más "Quiz #6"

Quiz #5

For this quiz we have to make a function that is the palindrome. First thing to do is something related to the Lychrel, check if a word(string) its a palindrome or if its now, creating a bool function for it and printing the result. Here is my Atom Also you can cehck out here the […]

Leer Más "Quiz #5"

Quiz #4

The instructions: Create a function called euler_calc with a single parameter precision. The value of precision is used to determine when to stop calculating. Your calculation will stop when the two consecutive values estimating e differ by less than precision (remember to use absolute value when calculating the difference between two values here). The Euler […]

Leer Más "Quiz #4"

Lists

This program ask the user has to give 10 number and the program have to calculate the total, the average and the standard deviation. I know not all the people knows what is the standard deviation so, for your help and you to understand it, I leave you a link to a webpage for you […]

Leer Más "Lists"

Factorial calculator

In this project the program has to ask if the user want to use de calculator, and if the answer is yes (y), the program will ask the user wich number want to do the factorial number. At last the program ask again if the user want to try again . Here is the first […]

Leer Más "Factorial calculator"