Find Jobs
Hire Freelancers

C program - Multiply Square Matrices Using Loops (No arrays) - open to bidding

$30-250 USD

En curso
Publicado hace más de 10 años

$30-250 USD

Pagado a la entrega
Hey there, My name is Yann .I'm having trouble with my homework assignment and I would like to know if you could do it for me and add the // after a few functions. Basically i need to write a program that takes a number from 1-10 from the user and starts building 2 square matrices of the inputted number and multiplies them. The program will only print the final result here are the required square matrices: M0[i,j]=(i+1)*(j+1) M1[i,j]=(i+j) what i need to print: M2=M0*M1
ID del proyecto: 5126561

Información sobre el proyecto

17 propuestas
Proyecto remoto
Activo hace 10 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
Adjudicado a:
Avatar del usuario
This is about 5 minutes job; freelancer.com doesn't allow me to bid less than $30, though. Enjoy. #include <stdio.h> int main() { unsigned int dim; unsigned int i, row, column; unsigned int tempsum; unsigned int m0, m1; /* Input matrices dimension */ printf("Please enter matrices dimension: "); scanf("%d", &dim); /* Calculate the product */ for (row = 1; row <= dim; row++) { for (column = 1; column <= dim; column++) { /* Calculate (row, column) element of the product */ tempsum = 0; for (i = 1; i <= dim; i++) { m0 = (row + 1) * (i + 1); /* Element in M0 at (row, i) */ m1 = i + column; /* Element in M1 at (i, column) */ tempsum += m0 * m1; } /* Print an element */ printf("%d\t", tempsum); } /* Go to the next row */ printf("\n"); } }
$30 USD en 0 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
Hi Yann, I'm willing to do this for free if you give me a five star rating. You're already paying for classes, you shouldn't have to pay more for homework :) Thanks, Daniel
$30 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
17 freelancers están ofertando un promedio de $36 USD por este trabajo
Avatar del usuario
Hi, I'm an expert at C/C++ programming and I'm confident to handle this project for you. I have just 1 question to ask, what's with the "no array" requirement in the project title? I don't think we can do an efficient matrix multiplication without using array. Waiting for your reply. Thanks.
$30 USD en 1 día
4,9 (13 comentarios)
3,6
3,6
Avatar del usuario
let expert do this https://www.freelancer.com/u/pivn.html https://www.freelancer.com/u/pivn.html https://www.freelancer.com/u/pivn.html
$35 USD en 0 día
5,0 (10 comentarios)
3,9
3,9
Avatar del usuario
hi, i can help you with this. i can start now please provide more details . .
$30 USD en 0 día
5,0 (6 comentarios)
3,1
3,1
Avatar del usuario
hi Yann, I want to help you for your assignment. Please let me know to start immediately. i can deliver you on time. thanks
$35 USD en 0 día
5,0 (8 comentarios)
3,4
3,4
Avatar del usuario
Hi, I can do this for you in few hours, so please pm me to and send the code to add the functions into it thanks, vkoder you can charge be less than $30 , say $15+ by opening a hourly project , if you are okay please pm me
$35 USD en 0 día
5,0 (5 comentarios)
2,7
2,7
Avatar del usuario
hi, I can help you ------------------------------------------------------------------------------------------------------------------------
$30 USD en 1 día
5,0 (3 comentarios)
2,9
2,9
Avatar del usuario
Hi, I am placing my bid on your project because I have read the requirements and I am confident enough with my C skills. I am focused mostly on doing computer science homework here in freelancer.com and I would like to help you get this project done if you would give me the opportunity. I am a computer science professor and practitioner and this assignment is one of the fields that I teach very well so I can assure you an accurate result.
$30 USD en 0 día
4,8 (40 comentarios)
4,6
4,6
Avatar del usuario
Hello there, I am ready to start working on your project right now. I have lots of experience in C programming, and your project is very easy for me. I can finish it in less than half an hour. Please contact me if you are interested. Thank you.
$30 USD en 1 día
5,0 (17 comentarios)
4,4
4,4
Avatar del usuario
Hi, I am expert in C programming. The price might appear to be more than other bidders but you will get quality work. I fully understand on this highly competitive site how important it is to provide high quality work. My prime focus is 100% customer satisfaction. I would be happy to answer any queries that you may have. Looking forward to working with you. Thanks & Regards FineCoder
$60 USD en 1 día
5,0 (11 comentarios)
2,5
2,5
Avatar del usuario
Hi I am expert in C and Pointer I know it is possible through pointer Let me do it Thank you
$32 USD en 0 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
we are working as a group of hardworking and passionate engineering students. we love to work. we can work in pressure. we have strong programming and debugging skills. we love to code in any programming language including C/C++. we are providing assignment and homework related help to students in minimum cost your program is too easy. i mean you have 2 predefined square matrix formulas. user just input a number n for making two n*n matrix using that formula. As size of the matrix is variable so we have to use dynamic memory allocation. if you want to do this then contact me. i can do that in just one day
$30 USD en 0 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
With 4+ years working on C, I can do it easily.................................................................................
$85 USD en 3 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
Experienced professional Embedded C and extended C programmer... Can do the project quite easily Have a look @ my short intro below... Electrical Engineer (Gold-Medalist) from the oldest and the most reputable engineering institute of Pakistan (UET, Lahore). Done my internship @ US based R&D embedded company “Mentor Graphics” and currently working as Professional “Embedded Design Engineer” @ Asia’s #1 ranked R&D company “MicroTech Industries”… Looking for award soon :)
$30 USD en 3 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
This is easy for me. Glad to do that for you! M0[i,j]=(i+1)*(j+1) M1[i,j]=(i+j) what i need to print: M2=M0*M1
$30 USD en 10 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I am a proper C/C++ programmer of my college I have won many competitions also in C/C++ Also I have been selected by Infosys Pvt Ltd for this job I would write this program for you All I need is to discuss what all you want I can actually work for just 15$
$30 USD en 1 día
0,0 (0 comentarios)
0,0
0,0

Sobre este cliente

Bandera de ISRAEL
Tel Aviv, Israel
5,0
6
Forma de pago verificada
Miembro desde nov 13, 2013

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.