Statistiques
5 Questions
0 Réponses
RANG
87 933
of 301 955
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
20.0%
VOTES REÇUS
0
RANG
of 21 472
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 177 707
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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. ...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 11 ans il y a | 1 réponse | 0
