problem 2.2 in homework 2

43 views
Skip to first unread message

Ruikun Luo

unread,
Feb 16, 2013, 1:04:13 AM2/16/13
to 10-701-spri...@googlegroups.com
Still confused about what the x vector looks like in problem 2.2. Does it mean that 1st to i-1 th  elements are (-1)^i, and the i th element is (-1)^(i+1)?

Mu Li

unread,
Feb 16, 2013, 1:32:16 AM2/16/13
to Ruikun Luo, 10-701-spri...@googlegroups.com
Hi Ruikun,

Yes, you are right. Then you can guess what the optimal solution looks like. 

Best,
Mu


On Sat, Feb 16, 2013 at 1:04 AM, Ruikun Luo <luorui...@gmail.com> wrote:
Still confused about what the x vector looks like in problem 2.2. Does it mean that 1st to i-1 th  elements are (-1)^i, and the i th element is (-1)^(i+1)?

--
http://alex.smola.org/teaching/cmu2013-10-701 (course website)
http://www.youtube.com/playlist?list=PLZSO_6-bSqHQmMKwWVvYwKreGu4b4kMU9 (YouTube playlist)
---
You received this message because you are subscribed to the Google Groups "10-701 Spring 2013 CMU" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 10-701-spring-201...@googlegroups.com.
To post to this group, send email to 10-701-spri...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Sam Zhang

unread,
Feb 16, 2013, 3:38:54 AM2/16/13
to 10-701-spri...@googlegroups.com, Ruikun Luo
When i = 1, is the first term of xi (-1)^i or (-1)(i+1)

Thanks,
Sam

On Saturday, February 16, 2013 1:32:16 AM UTC-5, Mu LI wrote:
Hi Ruikun,

Yes, you are right. Then you can guess what the optimal solution looks like. 

Best,
Mu
On Sat, Feb 16, 2013 at 1:04 AM, Ruikun Luo <luorui...@gmail.com> wrote:
Still confused about what the x vector looks like in problem 2.2. Does it mean that 1st to i-1 th  elements are (-1)^i, and the i th element is (-1)^(i+1)?

--
http://alex.smola.org/teaching/cmu2013-10-701 (course website)
http://www.youtube.com/playlist?list=PLZSO_6-bSqHQmMKwWVvYwKreGu4b4kMU9 (YouTube playlist)
---
You received this message because you are subscribed to the Google Groups "10-701 Spring 2013 CMU" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 10-701-spring-2013-cmu+unsub...@googlegroups.com.

Shuchang Liu

unread,
Feb 16, 2013, 10:47:41 AM2/16/13
to 10-701-spri...@googlegroups.com, Ruikun Luo
Hi,

From my point of view, the values should look like,

i             y                    x
1            1           (1, 0, 0, 0, 0, ...)
2           -1           (1, -1, 0, 0, 0, ...)
3            1           (-1, -1, 1, 0, 0, ...)
4           -1           (1, 1, 1, -1, 0, ...)

Thanks!
Reply all
Reply to author
Forward
0 new messages