473,503 Members | 2,120 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Add row to irregular matrix?

3 New Member
//matrix :
Expand|Select|Wrap|Line Numbers
  1. 12 5 35 35 35 65 170
  2. 48 15 190 85 27 27 24
  3. 100 315 119 600 116 129 70
  4. 88 110 145 90 90 90 90
  5. 77 85 130 55 210 122 200
  6.  
// the row :
Expand|Select|Wrap|Line Numbers
  1. 152 152 149 155 170
  2.  
// matrix after adding the previous row :
Expand|Select|Wrap|Line Numbers
  1. 12 5 35 35 35 65 170
  2. 48 15 190 85 27 27 24
  3. 100 315 119 600 116 129 70
  4. 88 110 145 90 90 90 90
  5. 77 85 130 55 210 122 200
  6. 152 152 149 155 170
  7.  
**NOTE : I'm beginner in c++ and in the uni. we use the pointer.

- Can I print out the irregular matrix?
Apr 7 '13 #1
4 1646
isimplyrefuse
3 New Member
that is just a try :

Expand|Select|Wrap|Line Numbers
  1. code solution deleted <weaknessforcats>
  2.  
Apr 7 '13 #2
weaknessforcats
9,208 Recognized Expert Moderator Expert
Please provide an explanation of what to do rather than post a solution someone else will have to figure out.

The explanation should allow the OP to write the code.

I would start by explaining the rules for adding rows to irregular matrices, then I would explain the coding steps to follow. That should allow the OP to write the code.
Apr 7 '13 #3
isimplyrefuse
3 New Member
still waiting for help!
Apr 11 '13 #4
weaknessforcats
9,208 Recognized Expert Moderator Expert
Did you not get my private message ?
Apr 12 '13 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

2
2233
by: Jeff Thur | last post by:
I am trying to run a stored procedure on SQL Server 2000 from ASP Web Matrix. When I insert the line at the top of the code page, Imports Sql.Data.SqlClient I keep getting the following message:...
14
7862
by: Joseph | last post by:
I am trying to create a function that allocates memory for the matrix through a function; like the code below. However, this does not seem to work since I believe that the scope of the memory...
7
3298
by: | last post by:
I fail to understand why that the memory allocated in the void create(int **matrix) does not remain. I passed the address of matrix so shouldn't it still have the allocated memory when it returns...
6
25188
by: vishnu mahendra | last post by:
hello to all, can any one please give me an algorithm to find inverse of a matrix of order n rows and m columns. thank you in advance, vishnu.
0
966
by: boopsboops | last post by:
Hello thescripts readers, I have a bitmap consisting of an irregular figure on a transparent background. I'd like to convert the figure's boundary into a graphics path. Can anyone suggest an...
0
1401
by: StephenLiversidge | last post by:
Hi im having a problem with my wsdl, It generates perfectly and I can create the objects needed from the contract perfectly. The problem comes when I try to pass the object back into the...
3
6934
by: Bobby Edward | last post by:
I had a simple admin form for "Categories"... Details View: To INSERT new Category Grid View: To View, Edit and Delete all Categories I decided to put the INSERT Details View inside of a...
2
3871
by: zceef05 | last post by:
I want to know how we could convert an image into an array of numbers. Furthemore coud you pleezzzzz tell me how we cud rotate this matrix ( please note te commands of java shud be rotating the...
4
6637
by: Tosh2pointO | last post by:
Hello, I'm trying to write a program that calculates up to a 1024 x 1024 matrix using multi-threading. For example, I need to run a 1024 x 1024 using 256, 64, 16 or 4 threads. Or I need to run a 64 x...
0
7091
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7342
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6998
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5586
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5018
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3171
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1516
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
741
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
391
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.