Latex Symbol: "Does Not Divide"

  • Context: LaTeX 
  • Thread starter Thread starter Math Amateur
  • Start date Start date
  • Tags Tags
    Latex Symbol
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 · 15K views
Math Amateur
Gold Member
MHB
Messages
3,920
Reaction score
48
Can someone help me with the Latex symbol/code for "does not divide"?

Peter
 
Physics news on Phys.org
Try:

x\nmid y

to get:

$x\nmid y$

Or:

x\not|\;y

to get:

$x\not|\;y $
 
MarkFL said:
Try:

x\nmid y

to get:

$x\nmid y$

Or:

x\not|\;y

to get:

$x\not|\;y $

Thanks Mark ...

Peter