Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
197.076
of 301.826
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.425
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 176.790
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to write the Taylor Series approximation for arctan?
Here's the Taylor Series approximation: arctan(x) = x - (1/3)x^3 + (1/5)x^5 - (1/7)x^7... I want to write a function with...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
What's wrong with my code? (Beginner's question; geometric sum)
This is the sum I'm trying to use: 1 + r^2 + r^4 + r^6 + ... + r^n If n isn't even, I'm supposed to display an error. H...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
How to properly write this sum using a for loop? (Beginner's question)
The sum I'm trying to write is: 1 + r^2 + r^4 + r^6 + ... + r^n If n isn't even, I'm to display an error. Here's my cod...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Another way to create a string of lowercase letters?
I'm trying to create a function that will create a string of as many lowercase characters from a-z as specified by the input. ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
What is wrong with my code? (Beginner's question)
Function 1: function [x,y]=func1(x,y) x = input('Enter how many tickets you would like: '); y = input('Enter ...
más de 11 años hace | 1 respuesta | 0
