Talk:Diophantine linear system solving

From Rosetta Code
Revision as of 04:10, 26 February 2022 by Petelomax (talk | contribs)

Hello everyone.

I wrote a standard C port of the FreeBasic program. It's a pretty much verbatim rewriting. All the tests give the same exact result. I'm willing to put it in here but:

1) I don't know how to proceed. Do I just have to edit the "Diophantine linear system solving" page? Is there a correct way to do that?

2) I read the talk. This is a quote from --Pete Lomax (talk) 15:01, 26 December 2021 (UTC): "From my point of view I'd like to know more about how this might be used/prove useful in some future (non-rc) project". I've actually done the porting for that exact reason. I had a problem, a really important one at that. I wanted to solve minesweeper. I needed a way to find ALL possible combinations of bombs, given the constraints of the minefield in a particular situation. Sadly enough this method gives only one solution. One valid solution, but not necessarily the correct one. So mine is the question of the lazy person that I am (read "math impaired"): where do I need to look in this procedure to find something to change in order to being able to obtain all the possible solutions, not just one of the simplest?

I hope it makes some sense (my inglysch sucks).

ps: again, how do i insert the code? who do i need to send i to?

pps: never mind point 1. i think i got it. let me know if you try it and there is any problem. point 2 still applies :)

OOps: edit this page to see how the following is to be entered :-)

ad 1 Edit the task and add these lines in the proper place

C

<lang c>your program</lang>

Output:
your output

Then save the task with Summary 'added C' ad 2 Under tasks open it --Walter Pachl 14:04, 25 February 2022 (UTC)

Thank you very much. I've updated the page.

Hi Plinio and welcome. You're doing fine, don't worry. Two more little things: 1) we keep entries in alphabetical order so you need to move your C entry above FreeBasic, and 2) on talk pages please sign your comments with two dashes and four tilde, ie --~~~~ (without the nowiki bits), which will be replaced with your username and the time and date. --Pete Lomax (talk) 04:05, 26 February 2022 (UTC)