Discrete Mathamatics (Floor & Ceiling Function in function)

  • Thread starter Thread starter geforce
  • Start date Start date
  • Tags Tags
    Discrete Function
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
geforce
Messages
26
Reaction score
0
Ceiling = "{" & "}"
Floor = "[" & "]"

f(X) = [ 1/2 - {x/3}]


How would I graph this function?

Note: If the decimal is floors it will be rounded down , if the decimal is ceiling it will be rounded up.

~Thanks.
 
Physics news on Phys.org
geforce said:
Ceiling = "{" & "}"
Floor = "[" & "]"

f(X) = [ 1/2 - {x/3}]


How would I graph this function?

Note: If the decimal is floors it will be rounded down , if the decimal is ceiling it will be rounded up.

~Thanks.

When x = 0, y = 0. Trivial to verify.
Look at [tex]0 < x \leq 3[/tex] Why did I pick 3?
Then look at [tex]3<x\leq 6[/tex]

Just keep observing what is occurring during the intervals.
 
Okay, thanks a lot, I really appreciate it.
 
Would the first domain be ceiling or floors?