Problème Java les matrices تمرين شامل ** afficher - somme - produit avec un nombre - transposée

Поделиться
HTML-код
  • Опубликовано: 30 окт 2024

Комментарии • 16

  • @mohamedzem3952
    @mohamedzem3952 Год назад +2

    هذه القناة التعليمية الجادة تستحق كل الدعم

  • @mohamedzem3952
    @mohamedzem3952 3 месяца назад +1

    هذهالقناة تستحق كل الدعم الممكن

  • @mohamedzem3952
    @mohamedzem3952 Год назад +1

    Soutenons cette chaîne éducative

  • @HannaLife
    @HannaLife 4 года назад +1

    Ta manière d'expliquer les cours est juste magnifique et merci pour le temps que tu consacres à ton projet

  • @sabahks4010
    @sabahks4010 3 года назад +2

    ان صاحب هذه القناة التعليمية يبذل مجهودات مشكورة من اجل متابعيه وهذا يستوجب رد المعروف بالبارطاج على نطاق واسع وباللايكات وايضا الانخراط في القناة. ز.م

    • @elwan7318
      @elwan7318 8 месяцев назад

      بارك الله فيك أيها العربي الصغير

  • @sabahks4010
    @sabahks4010 3 года назад +2

    Avec cette chaine on est vraiment à l'aise.des cours interssants bien expliques. Z .m

  • @TheTheZiani
    @TheTheZiani 4 года назад +1

    Tbarkelah 3lik khouya Faouzi allah yj3elha sada9a jariya f mizan hassanatek

  • @khalidlahjouji
    @khalidlahjouji 4 года назад +1

    Merci
    La méthode transposée avec une petite différence ici tr.matrice[j][i]):
    public Matrice transposer() {
    Matrice tr = new Matrice(col, row, ale);
    for (int i = 0; i < row; i++) {
    for (int j = 0; j < col; j++) {
    tr.matrice[j][i] = matrice[i][j];
    }
    }
    return tr;
    }

  • @khalidlahjouji
    @khalidlahjouji 4 года назад +2

    Merci pour la vidéo voila ma version pour la multiplication de deux matrices testé sur calculis.net/produit-matrices:
    public Matrice multiplication(Matrice m) {
    Matrice mlt = new Matrice(row, m.col, ale);
    if(col == m.row) {
    for (int i = 0; i < row; i++) {
    for (int j = 0; j < row; j++) {
    mlt.matrice[i][j] = 0;
    for (int k = 0; k < col; k++) {
    mlt.matrice[i][j] += matrice[i][k] * m.matrice[k][j];
    }
    }
    }
    }else {
    System.err.println("Impossible de faire la multiplication !!");
    System.exit(1);
    }
    return mlt;
    }

  • @boulaabimeher5891
    @boulaabimeher5891 Год назад

    Video dial produit de deux matrice, win mawjoud et merci

  • @taibirihab5899
    @taibirihab5899 2 года назад +1

    سلام معليش تعطيني طريقة كتابة بروقرام لفتح مصفوفة بغوص

  • @cilinenina8207
    @cilinenina8207 5 месяцев назад

    Mercii bcp mais ou est la suite

  • @Youssef_ibn
    @Youssef_ibn 4 года назад +1

    خويا بغيت نسولك ماديرش لينا شي سلسلة كيفاش نوليو نصايبو ابليكاسيون بجافا

    • @AlamBarmaja
      @AlamBarmaja  4 года назад +1

      إن شاء الله قريبا