Differenze tra le versioni di "Comando RegExp"

Da GeoGebra Manual.
m (Sostituzione testo - ';(.*)\[(.*)\]' con ';$1($2)')
Riga 2: Riga 2:
 
{{command|cas=true|statistics|RegExp}}
 
{{command|cas=true|statistics|RegExp}}
 
;RegExp(Lista di punti): Genera la curva di regressione esponenziale nella forma <math> a e ^ { b x } </math>
 
;RegExp(Lista di punti): Genera la curva di regressione esponenziale nella forma <math> a e ^ { b x } </math>
:{{example| 1=<code><nowiki>RegExp[{(0, 1), (2, 4)}]</nowiki></code> restituisce <math>e^{0.69 x}</math>.}}
+
:{{example| 1=<code><nowiki>RegExp({(0, 1), (2, 4)})</nowiki></code> restituisce <math>e^{0.69 x}</math>.}}
  
  

Versione delle 09:56, 10 ott 2017



RegExp(Lista di punti)
Genera la curva di regressione esponenziale nella forma a e ^ { b x }
Esempio: RegExp({(0, 1), (2, 4)}) restituisce e^{0.69 x}.


Note:
© 2024 International GeoGebra Institute