Talk:Shift operator
This article is rated Start-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||
|
Programming
[edit]I came here looking for details on the shift operator in java:
http://java.sun.com/docs/books/tutorial/java/nutsandbolts/operators.html
as represented by << >> or >>>. Could we get a mention? Mathiastck (talk) 23:39, 13 March 2008 (UTC)
- I found the article for that, it's Bitwise_operation#Shifts_in_C.2C_C.2B.2B.2C_and_Java Mathiastck (talk) 23:43, 13 March 2008 (UTC)
Difference equations
[edit]Can someone make a brief section on how it is used in difference equations to shift the time delay? like q^-1x[t] = x[t-1]
It took me a longtime to understand that it is very similar to the D(_) operator but for discrete systems. This article is overly complicated for someone that just want to understand what it means in the context of difference equations.
What I'm saying is: Can you brainiacs in the maths department make a dumbed down section for us engineers? =D 191.58.80.37 (talk) 23:54, 8 December 2024 (UTC)