# ODEInterfaceDiff - odex() MaximumExtrapolationColumn

**URL:** https://discourse.julialang.org/t/odeinterfacediff-odex-maximumextrapolationcolumn/94915
**Category:** New to Julia
**Tags:** question, package, diffeq
**Created:** [February 20, 2023, 2:48pm UTC](https://discourse.julialang.org/t/odeinterfacediff-odex-maximumextrapolationcolumn/94915 "2023-02-20T14:48:33Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Gabriel\_Carita](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gabriel_carita/32/28087_2.png) [@Gabriel\_Carita](https://discourse.julialang.org/u/Gabriel_Carita)
#### Post date: [February 20, 2023, 2:48pm UTC](https://discourse.julialang.org/t/odeinterfacediff-odex-maximumextrapolationcolumn/94915/1 "2023-02-20T14:48:33Z")

</div>

Hello,

I would like to know if there is an easy way to change the MaximumExtrapolationColumn number in the odex() algorithm I’ve been looking for but I can’t find it.

---

<div class="post-metadata">

### Author: ![ChrisRackauckas](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/chrisrackauckas/32/77_2.png) [@ChrisRackauckas](https://discourse.julialang.org/u/ChrisRackauckas)
#### Post date: [February 20, 2023, 5:53pm UTC](https://discourse.julialang.org/t/odeinterfacediff-odex-maximumextrapolationcolumn/94915/2 "2023-02-20T17:53:38Z")

</div>

If you give `MAXEXCOLUMN = 3` as a keyword argument to solve, it’ll throw a warning about it but it should still work.

I would highly recommended using the ones from OrdinaryDiffEq.jl though since they outperform the old ones in every test in the benchmarks.
