# How can I use \\= with factorizations?

**URL:** https://discourse.julialang.org/t/how-can-i-use-with-factorizations/59126
**Category:** General Usage
**Created:** [April 12, 2021, 5:47pm UTC](https://discourse.julialang.org/t/how-can-i-use-with-factorizations/59126 "2021-04-12T17:47:56Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![stevengj](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stevengj/32/71_2.png) [@stevengj](https://discourse.julialang.org/u/stevengj)
#### Post date: [April 12, 2021, 6:11pm UTC](https://discourse.julialang.org/t/how-can-i-use-with-factorizations/59126/8 "2021-04-12T18:11:07Z")

</div>

> [@giancarloantonucci](#):
>
> Ah! I see. Then the question comes down to: Is there a way to add a new definition for `\=` ?

No. `x \= y` is just [syntactic sugar](https://en.wikipedia.org/wiki/Syntactic_sugar) for `x = x \ y`. There is no way to redefine `\=` by itself.

---

_[View the full topic](https://discourse.julialang.org/t/how-can-i-use-with-factorizations/59126)._
