ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1041. Nikifor

Song Chao (ECUST Mutistar) Help! I can't find what's wrong with my program. [2] // Problem 1041. Nikifor 19 Apr 2002 21:51
What's wrong with my program? Could any one give me something hint or
testdata?
Thanks.

[code was deleted]

Edited by moderator 22.04.2004 00:51
ECUST Multistar Re: Help! I can't find what's wrong with my program. // Problem 1041. Nikifor 11 May 2002 18:15
I don't know either!
Alyosha Popovich Re: Help! I can't find what's wrong with my program. // Problem 1041. Nikifor 9 Jun 2002 23:43
The problem is that if vector x is linear independent with vectors a
and b separately, that doesnt mean that x is linear independent with
vectors a, b. Example:
a = 1 5 3
b = 3 1 2

x = 4 6 5 = a+b (it is linear dependent with vectors a and b)

> [code was deleted]
>

Edited by moderator 22.04.2004 00:52