Aller au contenu

Résultats de la recherche

Le contenu de la page n’est pas pris en charge dans d’autres langues.
Voir (20 précédentes | ) (20 | 50 | 100 | 250 | 500)
  • printf(" Df: x-> %s\n\n",Dfeq); printf(" With c = %0.3f, the equation of the tangent is :\n\n" " y = Df(c) (x-c) + f(c) = ",c); eq_Tan(c,f,Df); printf("...
    5 kio (599 mots) - 16 avril 2020 à 09:21
  • 000) A(c-f(c)/Df(c), 0)\n\n\n", c-(f(c)/Df(c))); printf(" PA = sqrt(f(c)**2*(1 +(1/Df(c)**2))) = %6.3f\n\n\n", sqrt(pow(f(c),2)*(1+(1/pow(Df(c),2))))); G_TanPx...
    5 kio (572 mots) - 16 avril 2020 à 09:20
  • 000, %5.3f) B(0, f(c)-c*Df(c))\n\n", f(c)-c*Df(c)); printf(" PB = sqrt(c**2*(1+Df(c)**2)) = %6.3f \n\n", sqrt(c*c*(1+pow(Df(c),2)))); G_TanPy (i_WGnuplot(-2...
    5 kio (553 mots) - 16 avril 2020 à 09:20
  • A(c-f(c)/Df(c), 0)\n", c-(f(c))/(Df(c))); printf(" B( 0, %5.3f) B(0, f(c)-c Df(c))\n", f(c)-((Df(c))*c)); G_Tan_xy(i_WGnuplot(-7,7,-2,2), c, feq, f,Df); printf("...
    5 kio (603 mots) - 23 septembre 2022 à 21:24
  • (*Derivate[3])(double (*P_f)(double x),double a,double h) = {fx,Df_x,Df_xx}; Toutes les fonctions (fx,Df_x,Df_xx) ont la même forme : double fonction(double (*P_f)(double...
    8 kio (939 mots) - 6 mai 2021 à 09:16
  • A(f(c)-g(c)/(DgDf)(c), 0)\n\n\n", f(c)-g(c)/(DgDf)(c)); printf(" PA = sqrt(g(c)**2*(1+(DgDf(c)**2))/(DgDf(c)**2))\n" " = %6.3f\n\n", sqrt(pow(g(c),2)*(1/pow(DgDf(c)...
    5 kio (688 mots) - 16 avril 2020 à 09:19
  • g(c)-f(c)*DgDf(c))\n\n\n", g(c)-DgDf(c)*f(c)); printf(" PB = sqrt(f(c)**2*(1+DgDf(c)**2))\n" " = %6.3f\n\n", sqrt(pow(f(c),2)*(1+pow(DgDf(c),2))));...
    5 kio (678 mots) - 16 avril 2020 à 09:19
  • A(%6.3f, 0) A(f(c)-g(c)/DgDf(c), 0)\n\n", f(c)-g(c)/DgDf(c)); printf(" B( 0, %6.3f) B(0, g(c)-f(c)*DgDf(c))\n\n\n", g(c)-f(c)*DgDf(c)); G_Tanxy(i_WGnuplot(-10...
    5 kio (625 mots) - 16 avril 2020 à 09:20
  • geq); G_Tan( i_WGnuplot(-10.,10.,-5.,5.), i_time(0,2.*PI,.05), 2., f,g,DgDf); printf(" To see the curve C, open the file \"a_main.plt\"" " with Gnuplot...
    4 kio (372 mots) - 16 avril 2020 à 09:20
  • f(c) \n\n"); G_TanA(i_WGnuplot(-10,10,-400,300), i_time(-24.,24.,1), feq, f, Df); printf(" load \"a_main.plt\" with gnuplot. \n\n" " Press return to continue");...
    8 kio (698 mots) - 16 avril 2020 à 09:19
  • l'unité adaptée (Ko, Mo, Go...). La commande df affiche l'espace occupé par les systèmes de fichiers. # df -h L'option "h" permet l'affichage automatique...
    4 kio (956 mots) - 4 janvier 2022 à 11:35
  • header=TRUE) > df <- aggregate (data.frame (PSDC99=DATA$PSDC99, PSDC90=DATA$PSDC90), by=list(DATA$DEP), FUN = sum) > df$TAUX <- (df$PSDC99-df$PSDC90)/df$PSDC90*100...
    2 kio (637 mots) - 20 avril 2020 à 14:52
  • printf("\n\n y = f'(c) (x-c) + f(c) ="); eq_Tan(c,f,Df); G_Tan(i_WGnuplot(-7, 7,-2,2), c, feq, f, Df); printf(" load \"a_main.plt\" with gnuplot.\n\n" "...
    5 kio (551 mots) - 16 avril 2020 à 09:20
  • dt(x, df = k, ncp = mu). Une loi F admet deux paramètres : les degrés de liberté (degrees of freedom) ν1 et ν2 (nu). On a donc : df(x, nu1, nu2) ou df(x,...
    9 kio (1 215 mots) - 18 mai 2022 à 10:05
  • W.xmini,W.xmaxi,W.ymini,W.ymaxi, (*PDgDf)(c), (-(*PDgDf)(c)*(*P_f)(c)+(*P_g)(c)), -1./(*PDgDf)(c), -1./(-(*PDgDf)(c))*(*P_f)(c)+(*P_g)(c)); } fprintf(fp...
    6 kio (755 mots) - 25 septembre 2022 à 14:07
  • (*P_g)(double x), double t, double e ) { double Df=fx_x((*P_f),t,e); double Dg=fx_x((*P_g),t,e); return(Df/sqrt(Df*Df+Dg*Dg)); } /* ------------------------------------...
    5 kio (553 mots) - 16 avril 2020 à 09:20
  • double t, double e ) { double Df=fx_x((*P_f),t,e); double Dg=fx_x((*P_g),t,e); double Dh=fx_x((*P_h),t,e); return(Df/sqrt(Df*Df+Dg*Dg+Dh*Dh)); } /*...
    6 kio (640 mots) - 16 avril 2020 à 09:20
  • df <- data.frame (A = c(1, 2, 7, 4), B = c(5, 2, 4, 1)) > mean (df) A B 3.5 3.0 > var (df) A B A 7.0000000 -0.3333333 B -0.3333333 3.3333333 > sd (df)...
    5 kio (1 083 mots) - 20 avril 2020 à 14:58
  • dplyr. library(dplyr) df_departement %>% filter(str_length(id) == 2) On réalise ensuite la carte avec ggplot() : library(dplyr) df_departement %>% filter(str_length(id)...
    4 kio (703 mots) - 20 avril 2020 à 14:51
  • %s\n\n" " Df : x-> %s\n\n\n", feq, Dfeq); printf(" Compute the derivative of f when x = %0.3f\n\n", c); printf(" with Df(%0.3f) = %0.8f \n",c, Df(c)); printf("...
    2 kio (159 mots) - 8 juillet 2023 à 20:36
Voir (20 précédentes | ) (20 | 50 | 100 | 250 | 500)