Articles
Register
Sign In
Search
mamus
@mamus
January 2021
1
67
Report
Bonjourqu quelquun peux m'aidez un dm de maths à faire et je suis bloque je ne comprends pas du tout
Si vous plaît merci davance
Please enter comments
Please enter your name.
Please enter the correct email address.
Agree to
terms and service
You must agree before submitting.
Send
Lista de comentários
Amateur
Bonjour
Voici les parties 4,5,6 en Xcas
fonction FindCoeff(coef_c,coef_h)
local LOC_A,INV_LOC_A,LOC_B,LOC_X,t,r,rep;
purge(LOC_A,LOC_B,LOC_X,INV_LOC_A,t,r,rep);
LOC_A:=[[coef_c,0,-1],[coef_h,0,0],[0,2,-2]];
LOC_B:=transpose([0,2*t,t]);
INV_LOC_A:=inverse(LOC_A);
LOC_X:=INV_LOC_A*LOC_B;
r:=lcm(denom(LOC_X[0,0]),denom(LOC_X[1,0]),denom(LOC_X[2,0]) );
rep:=substituer(LOC_X,t=r);
retourne rep[0,0],rep[1,0],rep[2,0],r;
ffonction:;
assume (x,integer),(y,integer),(z,integer),(t,integer):;
purge(x,y,z,t):;
x,y,z,t:=FindCoeff(4,10):;afficher(concat(string(x)," C4H10 +",string(y)," O2 --> ",string(z)," CO2 +",string(t)," H2O" ) );
x,y,z,t:=FindCoeff(3,8):;afficher(concat(string(x)," C3H8 +",string(y)," O2 --> ",string(z)," CO2 +",string(t)," H2O" ) );
0 votes
Thanks 1
More Questions From This User
See All
mamus
January 2021 | 0 Respostas
Bonjour j'ai un dm de maths à faire quelqu'un peut m'aidez svp Pour tout entier naturel n , on définit les suites (an) et (bn) par a0=1;b0=0 an+1=an+bn bn+1=2an 1) a. Calculer les 5 premiers termes de ces deux suites b pour tout n €N on pose Un=(an bn) (je n'arrive pas à mettre de grandes parenthèses désolée). Démontrer que l'on a Un+1=MUn où M est une matrice carrée d'ordre 2 que l'on précisera 2 démontrer par récurrence que pour tout n de N on a Un=M^nU0 3 2On donne P=(1 -1 1. 2 Démontrer que P est inversible et calculer P-1 b. Calculer la matrice D définie par D=P-1MP c. Démontrer que M=PDP-1, puis que pour tout entier n, on a Mn=PDnP-1. Ecrire explicitement les coefficients de la matrice Mn Aidez moi si vous plaît
Responda
mamus
January 2021 | 0 Respostas
Bonjour un dm de philosophie à faire pour lundi c'est une dissertation quelqu'un peux m'aidez just pour une partie et l'introduction Sujet :Faut Il se méfier à ses désir Aidez moi si vous plaît
Responda
Mamus
May 2019 | 0 Respostas
Bonjour un dm de maths à faire je n'arrive pas du tout quelqu'un peux m'aidez si vous plaît Merci d'avance
Responda
Mamus
May 2019 | 0 Respostas
Bonsoir j'ai un dm d'anglais à faire pour samedi quelqu'un peux m'aidez si vous plaît merciii d'avance !!il fait la répondre jusqu'à la question 7 je n
Responda
×
Report "Bonjourqu quelquun peux m'aidez un dm de maths à faire et je suis bloque je ne comprends pas du tout.... Pergunta de ideia de mamus"
Your name
Email
Reason
-Select Reason-
Pornographic
Defamatory
Illegal/Unlawful
Spam
Other Terms Of Service Violation
File a copyright complaint
Description
Helpful Links
Sobre nós
Política de Privacidade
Termos e Condições
direito autoral
Contate-Nos
Helpful Social
Get monthly updates
Submit
Copyright © 2025 ELIBRARY.TIPS - All rights reserved.
Lista de comentários
Voici les parties 4,5,6 en Xcas
fonction FindCoeff(coef_c,coef_h)
local LOC_A,INV_LOC_A,LOC_B,LOC_X,t,r,rep;
purge(LOC_A,LOC_B,LOC_X,INV_LOC_A,t,r,rep);
LOC_A:=[[coef_c,0,-1],[coef_h,0,0],[0,2,-2]];
LOC_B:=transpose([0,2*t,t]);
INV_LOC_A:=inverse(LOC_A);
LOC_X:=INV_LOC_A*LOC_B;
r:=lcm(denom(LOC_X[0,0]),denom(LOC_X[1,0]),denom(LOC_X[2,0]) );
rep:=substituer(LOC_X,t=r);
retourne rep[0,0],rep[1,0],rep[2,0],r;
ffonction:;
assume (x,integer),(y,integer),(z,integer),(t,integer):;
purge(x,y,z,t):;
x,y,z,t:=FindCoeff(4,10):;afficher(concat(string(x)," C4H10 +",string(y)," O2 --> ",string(z)," CO2 +",string(t)," H2O" ) );
x,y,z,t:=FindCoeff(3,8):;afficher(concat(string(x)," C3H8 +",string(y)," O2 --> ",string(z)," CO2 +",string(t)," H2O" ) );