Statistica
5 Domande
0 Risposte
RANK
87.934
of 301.958
REPUTAZIONE
0
CONTRIBUTI
5 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
20.0%
VOTI RICEVUTI
0
RANK
of 177.745
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 11 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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. ...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 11 anni fa | 1 risposta | 0
