Talk:Element-wise operations: Difference between revisions

Content added Content deleted
(Duplicates?)
No edit summary
Line 10: Line 10:
:If the point of this task is to demonstrate how to work with matrices, there are already multiple other tasks doing just that. If it's to show how to iterate through an array and do something to each element, a vector suffices and would make the relevant part easier to see (and there are already multiple other tasks doing just that). Basically, how is this task not a duplicate of effort, and why does it have to be more complicated than necessary if it's just to show language features? --[[User:Ledrug|Ledrug]] 23:50, 9 June 2011 (UTC)
:If the point of this task is to demonstrate how to work with matrices, there are already multiple other tasks doing just that. If it's to show how to iterate through an array and do something to each element, a vector suffices and would make the relevant part easier to see (and there are already multiple other tasks doing just that). Basically, how is this task not a duplicate of effort, and why does it have to be more complicated than necessary if it's just to show language features? --[[User:Ledrug|Ledrug]] 23:50, 9 June 2011 (UTC)
::Hi, sometimes we do get duplicate tasks. Would you point out which other task(s) are the same as this one? Thanks. --[[User:Paddy3118|Paddy3118]] 07:08, 10 June 2011 (UTC)
::Hi, sometimes we do get duplicate tasks. Would you point out which other task(s) are the same as this one? Thanks. --[[User:Paddy3118|Paddy3118]] 07:08, 10 June 2011 (UTC)
:::These tasks: [[vector products]], [[Matrix multiplication]], [[Matrix transposition]], [[Matrix-exponentiation operator]], [[Quaternion type]], and the current one, all do pretty much the samething: represent something probably with an array, and do simple math to it. They are not exact dupes per se, but doing all of them would seriously be a duplicate of effort. Quaternion is a arguable, but all the others could have been put in the same place--I mean, what next, a task to "Display Each Element of a Matrix"? --[[User:Ledrug|Ledrug]] 21:44, 10 June 2011 (UTC)