Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
C++ help
2d
dynamic
matrix
0 Votes
13 Answers
8th Jun 2022, 10:23 AM
Daniel Alexis
I want to print the elements of a matrix but I don't know what's the problem
java
0 Votes
4 Answers
30th Jan 2022, 5:13 AM
Dorsa
Write a c program of 3*3 and find transpose of matrix without using another matrix?
c
0 Votes
2 Answers
8th Dec 2021, 5:19 AM
Simi Jain
How to code a matrix composed of a certain amount of random binary lists?
arrays
binary
matrix
random
1 Vote
2 Answers
2nd Apr 2019, 1:08 PM
Maximilien
How can i make a matrix run faster without using for loops and while loops
loops
matrix
python
0 Votes
5 Answers
16th May 2017, 11:24 AM
Penny Jacobs
Hello guys I started a new journey in arduino.I saw this code on an article which can print your name.
arduino
error
matrix
6 Votes
11 Answers
24th Jun 2022, 4:07 PM
ᎷᏒ.ፈᎧᎴᏋᏒ
int m, n; cin>>m>>n; double ** T = new double*[n]; for(int i=0; i<m; i++){ T[i] = new double[m]; }
matrix
0 Votes
1 Answer
4th Nov 2016, 11:49 PM
mohammad hatami
Найти минимальный элемент в строке
matrix
-3 Votes
1 Answer
20th Apr 2018, 6:55 PM
Илим Апсатаров
I wanna display a matrix within parenthesis or brackets with codes html/CSS/javascript, can you help me please?
css
html
javascript
matrix
parenthesis
8 Votes
2 Answers
19th Dec 2017, 1:57 AM
Josué Charles
Is there a better way to print a section of a matrix?
c#
matrix
slice
1 Vote
12 Answers
20th Mar 2024, 10:03 AM
Wong Hei Ming
How to write a code for matrix multiplication by using devide and conquer method
algorithms
and
conqure
devide
2 Votes
2 Answers
22nd Feb 2017, 11:13 AM
chaitanya
Write a program to print the left and right diagonal elements of an NXN matrix
a
2 Votes
3 Answers
8th Mar 2018, 2:26 AM
Miss Aleena Ali Khan
Multiply matrix without NumPy - Would you let me know the code logic ?
matrix
multiply
python
python3
1 Vote
1 Answer
21st Mar 2018, 8:28 PM
NIMA
How to read matrix input into a 2-D list in python 3?
data-types
python
0 Votes
1 Answer
20th Jun 2017, 6:09 AM
Dhruva Ahuja
How can I write a function to test whether a matrix magic square
magic
python
python3
square
with
0 Votes
2 Answers
21st Feb 2017, 7:05 PM
aslicann
Can anyone tell me the code for cyclic matrix in c++.......plzz answer fast
c++
cyclic
matrix
0 Votes
1 Answer
17th Sep 2018, 8:03 PM
nikhil
How can I code matrix with array so that can get them in batches.
javascript
0 Votes
2 Answers
23rd Oct 2020, 7:21 PM
Coffie Francis
How can i write a program to allow addition of a 4X4 matrix using the function approach
4*4
a
addition
c++
matrix
of
0 Votes
4 Answers
11th Nov 2019, 7:28 AM
The Alpha Male
Matrix formed with numbers but all the consecutive numbers are place on adjancent positions
c++
0 Votes
1 Answer
12th May 2020, 2:10 PM
Stefan Secrieru
How to make a program to calculate the determinant of a matrix of user defined order?
c
c#
java
matrix
programming
2 Votes
4 Answers
24th Feb 2017, 3:20 PM
Prashant Brahmbhatt
How can i enter inputs of a matrix in sololearn? I've attached my code. It's for calculating determinant of a matrix. Using c++
c++
matrix
0 Votes
1 Answer
8th May 2021, 5:00 PM
shadi razmAra
Please help out. I want matrix B and G to outpit their values correctly.
_c_3d_matrix
0 Votes
2 Answers
9th May 2019, 8:24 AM
Source_code
Can any1 pls help me
c
matrix
0 Votes
6 Answers
11th Sep 2018, 9:52 AM
Nilutpol Kashyap
Write a programme for row by row multiplication in matrix and use functions also
help
me
pls
0 Votes
3 Answers
21st Jan 2018, 3:43 PM
Sonia Harjai
what is wrong here u can't find the suitable output of product of 3*3 matrix
gyawali
madhu
0 Votes
1 Answer
13th Jun 2022, 2:16 PM
Madhu Gyawali
How to implement multiplication of the upper diagonal of a matrix by c#
c#
matrix
0 Votes
1 Answer
25th Jan 2019, 9:04 AM
Игорь Бабурин
How to print a matrix with outer elements sorted and a blank in the place of inner elements in JAVA?
java
matrix
4 Votes
1 Answer
13th May 2018, 6:40 AM
Ansh Lalchandani
i want know Accuracy and confusion matrix for my custom object detection dataset. getting value error
accuracy
confusion
matplotlib
matrix
pandas
python3
sklearn
0 Votes
3 Answers
6th Jul 2020, 3:22 PM
Anik Datta
Can anyone tell me how to print a n*n spiral matrix in C?
c
loops
matrix
spiral
0 Votes
1 Answer
1st Nov 2018, 2:15 AM
Naredla Ajay (Channel A)
Can anyone explain matrices and vectors in c#
c#
matrix
2 Votes
2 Answers
8th Sep 2018, 2:34 PM
Kofi Appiakorang Jnr
Is it possible to create a transpose of a matrix by using only one 2D array(input array)?
c++
0 Votes
6 Answers
12th Sep 2016, 1:43 PM
Infinity
write a c++ code playground to multiply a*b matrices and store the result in matrix c ?
c#
c++
java
1 Vote
5 Answers
19th Nov 2016, 6:01 PM
cyreen
Printing matrix of a string, if it finishses somewhere in mid than string should restart
challenges
lists
python3
2 Votes
2 Answers
3rd Dec 2017, 5:41 PM
Prashant Mishra
Counting the number of connections in an adj matrix with 5 vertices.....Help! I'm a wee lost..
connections
counting
data
graphs
python
structures
2 Votes
1 Answer
7th Mar 2022, 12:29 PM
Cathyboum
How to print all hourglasses of a given matrix using for loops in Java?
2d
array
hourglass
matrix
0 Votes
1 Answer
5th Jun 2018, 9:37 AM
Rajesh Nayak
Can you give me a sample python code to accept and print values of a matrix using lists.
python
1 Vote
5 Answers
4th Nov 2018, 2:34 PM
Mara
My teacher gave this snippet for Accepting input from user and creating a matrix using list.
python
0 Votes
2 Answers
7th Nov 2018, 3:42 PM
Mara
Why this code is not producing the output in matrix form(rectangle form )?????
code
format
java
matrix
1 Vote
1 Answer
24th Nov 2016, 6:48 AM
Ravindra
To display Only the elements which are divisible by 100 in 3×3 matrix
c++
0 Votes
1 Answer
31st Mar 2017, 9:09 AM
vishal kalbande
Please, can anyone help me with the c++ code for determinant of a matrix
ilovec++
0 Votes
1 Answer
22nd Dec 2018, 6:22 PM
Chima Ferdinand
Help me , how to change a given matrix to a magic square with minimum replacements cost
hackerrank
magic-square
0 Votes
1 Answer
25th Dec 2020, 6:09 AM
Lakshay
why this is not giving the correct sum of a given matrix?
c++
matrix
2 Votes
3 Answers
25th Mar 2018, 11:11 AM
shobhit
why is this code not working? im trying A*B=C
c++
help
matrix
4 Votes
6 Answers
22nd Aug 2018, 6:08 PM
Țucu🇷🇴
How does the function insert work with an argument involving matrices?
lists
matrix
1 Vote
2 Answers
21st Mar 2022, 2:39 AM
iic3y
How to make function (bool) which is checking if matrix has at least 2 same columns
bool
c
c+
c++
code
functio
function
function-
function-arguments
help
0 Votes
2 Answers
21st Dec 2018, 9:11 AM
Val
Write a c++ program thats print a 3 by 3 multiplication table(matrix) to obtain the output as below
c++
matrix
1 Vote
4 Answers
13th Feb 2018, 4:31 PM
James Ngai
Practice with list comprehension
matrix
python3
0 Votes
2 Answers
6th Jun 2021, 2:38 AM
Jace🎭
Generate give pattern . Read a number from user and generate number*nunber matrix .here number=4.
anylanuage
coding
pattern
skill
0 Votes
2 Answers
14th Oct 2018, 3:50 PM
Syamjith S
Wat was the error in the program to find rotating the matrix counter clockwise by 90 degree
python3
0 Votes
2 Answers
8th Oct 2020, 3:19 PM
Sindhuja Selvakumar
[CHALLENGE]: Q:-Write a program in c++ to produce a roatating Matrix Box With randomizing elements in it!!!
c++
c++_challenge
challenge
1 Vote
4 Answers
17th Jan 2018, 12:07 PM
Anirudh Singh
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
6
7
8
...
11
Next >
Hot today
X velocity
2 Votes
And... Who is the staff then?
3 Votes
Files not linking in C++
0 Votes
I want to make a triangle area calculator ,anybody can teach me
2 Votes
Web Dev
1 Votes
Img & web server or personal info
0 Votes
Pls give me an idea
1 Votes
Why Pro?
1 Votes
How to achieve "Sololearner" achievement?
0 Votes
Problem with Javascript
0 Votes